Skip to content

feat(ci): add test gating #64

feat(ci): add test gating

feat(ci): add test gating #64

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
with:
label-test-robot-done: test-robot-done
label-test-robot-needed: test-robot-needed
# build:
# needs: test-robot-unlabel
# if: always() && needs.test-robot-unlabel.result != 'failure'
# name: Job
# uses: ./.github/workflows/build.yaml