Skip to content

Commit 380980e

Browse files
authored
Update await-fast-ci.yaml
1 parent 5c186b8 commit 380980e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/await-fast-ci.yaml

+7-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ env:
2222
GH_TOKEN: ${{ github.token }}
2323

2424
jobs:
25-
wait-for-labeler:
26-
name: Wait For Label Triage
25+
wait-for-fast-ci:
26+
name: Wait For Fast CI to Pass
2727
runs-on: ubuntu-latest
2828
steps:
2929
- uses: actions/checkout@v4
30-
- name: Review Spell Check Completion Status
30+
- name: Review Contributor License Agreement Status
3131
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

Comments
 (0)