Skip to content

wip

wip #1

name: PR

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

View workflow run for this annotation

GitHub Actions / .github/workflows/pull-request-green.yml

Invalid workflow file

Workflow 'PR' cannot listen to itself.
on:
workflow_run:
workflows: [ "PR" ]
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: Job
steps:
- uses: wechuli/allcheckspassed@v2
with:
poll: false
delay: 0
retries: 0