[test optimization] Improve playwright flakiness (this time for real?… #5816
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: | |
push: | |
branches: | |
- master | |
schedule: | |
- cron: 0 4 * * * | |
- cron: 20 4 * * * | |
- cron: 40 4 * * * | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref || github.run_id }} | |
cancel-in-progress: true | |
jobs: | |
all-green: | |
runs-on: ubuntu-latest | |
permissions: | |
checks: read | |
contents: read | |
steps: | |
- uses: wechuli/allcheckspassed@2e5e8bbc775f5680ed5d02e3a22e2fc7219792ac # v1.1.0 | |
with: | |
retries: 20 # once per minute, some checks take up to 15 min | |
checks_exclude: devflow.* |