Test one-pipeline package oci version sufix changes #3928
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: | |
push: | |
branches: | |
- master | |
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.* |