[do not merge] [testing] Test GH annotation #420
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: All Green | |
on: | |
pull_request: | |
jobs: | |
all-green: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
contents: read | |
steps: | |
- uses: wechuli/allcheckspassed@v1 | |
with: | |
retries: 20 # once per minute, some checks take up to 15 min | |
checks_exclude: devflow.* |