Skip to content

feat(ci): add test gating #3

feat(ci): add test gating

feat(ci): add test gating #3

name: PR
on:
pull_request:
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
test-label:
if: github.event.label.name == 'test-robot-done'
name: Job
uses: ./.github/workflows/test-label.yaml

Check failure on line 19 in .github/workflows/pull-request-test-label.yml

View workflow run for this annotation

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

Invalid workflow file

error parsing called workflow ".github/workflows/pull-request-test-label.yml" -> "./.github/workflows/test-label.yaml" : failed to fetch workflow: workflow was not found.
with:
label-test-robot-done: test-robot-done