Skip to content

feat(ci): add test gating #52

feat(ci): add test gating

feat(ci): add test gating #52

Workflow file for this run

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

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

View workflow run for this annotation

GitHub Actions / PR

Invalid workflow file

The workflow is not valid. .github/workflows/pull-request.yml (Line: 20, Col: 11): Input label-test-robot-done is required, but not provided while calling. .github/workflows/pull-request.yml (Line: 20, Col: 11): Input label-test-robot-needed is required, but not provided while calling.
build:
needs: test-robot-unlabel
name: Job
uses: ./.github/workflows/build.yaml