We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c186b8 commit 380980eCopy full SHA for 380980e
.github/workflows/await-fast-ci.yaml
@@ -22,10 +22,14 @@ env:
22
GH_TOKEN: ${{ github.token }}
23
24
jobs:
25
- wait-for-labeler:
26
- name: Wait For Label Triage
+ wait-for-fast-ci:
+ name: Wait For Fast CI to Pass
27
runs-on: ubuntu-latest
28
steps:
29
- uses: actions/checkout@v4
30
- - name: Review Spell Check Completion Status
+ - name: Review Contributor License Agreement Status
31
run: python scripts/helpers/poll_quick_ci.py ${{ github.event.number }} license/cla
32
+ - name: Review Summary Status
33
+ run: python scripts/helpers/poll_quick_ci.py ${{ github.event.number }} Summary
34
+ - name: Review Restyled Status
35
+ run: python scripts/helpers/poll_quick_ci.py ${{ github.event.number }} restyled
0 commit comments