Skip to content

Commit 5547e7b

Browse files
authored
Merge pull request #70 from snickerjp/feat-update_workflow
update cron schedule to run every Friday at 3:17 UTC
2 parents 1224f3c + 64cd25a commit 5547e7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check-new-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ name: Check for new MySQL Shell releases
77

88
on:
99
schedule:
10-
# Run at 3:17 UTC daily (random time to distribute load)
11-
- cron: '17 3 * * *'
10+
# Run at 3:17 UTC every Friday (random time to distribute load)
11+
- cron: '17 3 * * 5'
1212
workflow_dispatch: # Enable manual execution
1313
inputs:
1414
dry_run:

0 commit comments

Comments
 (0)