Skip to content

Commit 5814d60

Browse files
targosaduh95
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 <targos@protonmail.com> PR-URL: #65612 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Stewart X Addison <sxa@redhat.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 09202e8 commit 5814d60

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)