Skip to content

Generate Client using OpenAPI spec tool, Update Sanitations, Update Overview, Setup Guide and Quickstart, Add Test Cases and Add Examples #28

Generate Client using OpenAPI spec tool, Update Sanitations, Update Overview, Setup Guide and Quickstart, Add Test Cases and Add Examples

Generate Client using OpenAPI spec tool, Update Sanitations, Update Overview, Setup Guide and Quickstart, Add Test Cases and Add Examples #28

Workflow file for this run

name: PR Build
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.run_id }}
cancel-in-progress: true
on: pull_request
jobs:
call_workflow:
name: Run PR Build Workflow
if: ${{ github.repository_owner == 'ballerina-platform' }}
uses: ballerina-platform/ballerina-library/.github/workflows/pr-build-connector-template.yml@main
secrets: inherit
with:
additional-test-flags: ${{ github.event.pull_request.head.repo.full_name != github.repository && '-x test' || ''}}