We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8162a4e commit 8efd194Copy full SHA for 8efd194
.github/workflows/await-fast-ci.yaml
@@ -28,4 +28,4 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
- name: Review Spell Check Completion Status
31
- run: python scripts/helpers/poll_quick_ci.py
+ run: python scripts/helpers/poll_quick_ci.py ${{ github.event.number }}
0 commit comments