[FIX] Websub subscription negative test case fails in the ballerina full-build pipeline #1955
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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-standard-library/.github/workflows/pull-request-build-template.yml@main | |
secrets: inherit |