Skip to content

Commit 8f863c8

Browse files
committed
ci: Use check-regexp to wait for test jobs
The 'Tests Status' aggregation job runs after all tests complete, causing a race condition where the release workflow couldn't find the check. Use regexp to wait for all 'Test on Python' jobs directly instead. Assisted-by: Claude Code (Opus 4.5)
1 parent 07a3c6b commit 8f863c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: lewagon/wait-on-check-action@v1.3.1
2222
with:
2323
ref: ${{ github.ref }}
24-
check-name: 'Tests Status'
24+
check-regexp: 'Test on Python'
2525
repo-token: ${{ secrets.GITHUB_TOKEN }}
2626
wait-interval: 10
2727

0 commit comments

Comments
 (0)