Skip to content

[Automated] Sync main after 0.1.0 release #13

[Automated] Sync main after 0.1.0 release

[Automated] Sync main after 0.1.0 release #13

Workflow file for this run

name: Pull Request
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-standard-library/.github/workflows/pull-request-build-template.yml@main
secrets: inherit