Skip to content

PR 5 Check(labeled) by gtjoseph #22

PR 5 Check(labeled) by gtjoseph

PR 5 Check(labeled) by gtjoseph #22

Workflow file for this run

name: PRCheck
run-name: "PR ${{ github.event.number }} Check(${{github.event.action}}) by ${{ github.actor }}"
on:
pull_request_target:
types: [ opened, reopened, synchronize, labeled ]
jobs:
PRCheck:
name: "run-check"
if: ${{ (github.event.action != 'labeled') || (github.event.action == 'labeled' && github.event.label.name == vars.RECHECKPR_LABEL) }}
concurrency:
group: check-${{ github.base_ref }}-${{ github.ref_name }}
cancel-in-progress: true
uses: asterisk/asterisk-ci-actions/.github/workflows/TestsuitePRCheck.yml@main-testsuite-run-testsuite

Check failure on line 14 in .github/workflows/OnPRCheck.yml

View workflow run for this annotation

GitHub Actions / PRCheck

Invalid workflow file

error parsing called workflow ".github/workflows/OnPRCheck.yml" -> "asterisk/asterisk-ci-actions/.github/workflows/TestsuitePRCheck.yml@main-testsuite-run-testsuite" (source branch with sha:d52746289526e4ca5bd055f4b0b2511ac973c818) --> "./.github/workflows/TestsuiteRunUnitTests.yml" : workflow was not found. See https://docs.github.com/actions/learn-github-actions/reusing-workflows#access-to-reusable-workflows for more information.