Skip to content

Commit 523e583

Browse files
targospanva
authored andcommitted
tools: offset GitHub crons by 3 minutes
It might increase the chance of them being scheduled. Refs: nodejs/build#4443 Refs: https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#schedule Signed-Off-By: Michaël Zasso <[email protected]> PR-URL: #65612 Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Stewart X Addison <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
1 parent 2743045 commit 523e583

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-start-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
# optimistic, it can take longer to run.
1010
# To understand why `schedule` is used instead of other events, refer to
1111
# ./doc/contributing/commit-queue.md
12-
- cron: '*/5 * * * *'
12+
- cron: 3/5 * * * *
1313

1414
concurrency: ${{ github.workflow }}
1515

.github/workflows/commit-queue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
# be read-only, and the Action won't have access to any other repository
1212
# secrets, which it needs to access Jenkins API.
1313
schedule:
14-
- cron: '*/5 * * * *'
14+
- cron: 3/5 * * * *
1515

1616
concurrency: ${{ github.workflow }}
1717

0 commit comments

Comments
 (0)