Skip to content

Commit 9597e6c

Browse files
committed
fix: remove unnecessary wait time in job runs
1 parent d823a9c commit 9597e6c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

action.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,6 @@ runs:
226226
REPO: ${{ github.repository }}
227227
RUN_ID: ${{ github.run_id }}
228228
run: |
229-
echo "Waiting 60s to ensure all jobs are visible in GitHub API..."
230-
sleep 60
231-
232229
echo "Generating STATUS.md for test_fpm..."
233230
badge_line=""
234231
@@ -288,9 +285,6 @@ runs:
288285
REPO: ${{ github.repository }}
289286
RUN_ID: ${{ github.run_id }}
290287
run: |
291-
echo "Waiting 60s to ensure all jobs are visible in GitHub API..."
292-
sleep 60
293-
294288
echo "Generating STATUS.md for test_cmake..."
295289
badge_line=""
296290
@@ -350,9 +344,6 @@ runs:
350344
REPO: ${{ github.repository }}
351345
RUN_ID: ${{ github.run_id }}
352346
run: |
353-
echo "Waiting 60s to ensure all jobs are visible in GitHub API..."
354-
sleep 60
355-
356347
echo "Generating STATUS.md for test_meson..."
357348
badge_line=""
358349

0 commit comments

Comments
 (0)