Skip to content

feat(ci): add test gating #2

feat(ci): add test gating

feat(ci): add test gating #2

name: PR - Green
on:
pull_request:
types: [opened, synchronize, reopened, labeled]
workflow_run:
workflows: ["PR", "PR - Label"]
types: [completed]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write
jobs:
allchecks:
runs-on: ubuntu-latest
name: Green
steps:
- uses: wechuli/allcheckspassed@v2
with:
poll: false
delay: 0
retries: 0