Skip to content

Commit c097ba8

Browse files
raman325claude
andcommitted
Add initial delay to CI gate to let other workflows start
Fixes race condition where CI gate could complete before slower workflows even start. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 5109611 commit c097ba8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-gate.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
run: |
3030
echo "Waiting for all checks on $SHA to complete..."
3131
32+
# Initial delay to let other workflows start
33+
echo "Waiting 60 seconds for other workflows to start..."
34+
sleep 60
35+
3236
while true; do
3337
# Get all check runs for this commit
3438
CHECKS=$(gh api "repos/$REPO/commits/$SHA/check-runs" \

0 commit comments

Comments
 (0)