Skip to content

Migrate workflows to reuse workflows from ballerina-standard-library repo #63

Migrate workflows to reuse workflows from ballerina-standard-library repo

Migrate workflows to reuse workflows from ballerina-standard-library repo #63

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-standard-library/.github/workflows/pull-request-build-template.yml@master

Check failure on line 13 in .github/workflows/pull-request.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request.yml" -> "ballerina-platform/ballerina-standard-library/.github/workflows/pull-request-build-template.yml@master" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit