[mq] [skip ddci] working branch - merge 6f0e6577d8 on top of main at … #12027
Workflow file for this run
This file contains hidden or 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: Required checks pass | |
| on: | |
| pull_request: | |
| push: | |
| branches: | |
| - 'mq-working-branch-*' | |
| jobs: | |
| allchecks: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| checks: read | |
| contents: read | |
| steps: | |
| - uses: wechuli/allcheckspassed@f4669eca31dbad8fea1a0eb91c419d02c5b42200 # 1.1.1 | |
| with: | |
| delay: '3' | |
| retries: '45' | |
| polling_interval: '1' | |
| checks_exclude: 'devflow/merge,dd-gitlab/default-pipeline,Rustfmt Auto / rustfmt' |