Skip to content

Commit af6d9c5

Browse files
authored
chore: update cron schedule for daily workflows to run at 9am KST (#4765)
1 parent e6119f3 commit af6d9c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/daily-team-status.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-team-status.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
on:
33
schedule:
4-
- cron: 0 9 * * 1-5
4+
- cron: 0 0 * * 1-5
55
stop-after: +1mo
66
workflow_dispatch: null
77
permissions:

.github/workflows/daily-test-improver.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-test-improver.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
workflow_dispatch:
1010
schedule:
1111
# Run daily at 2am UTC, all days except Saturday and Sunday
12-
- cron: "0 2 * * 1-5"
12+
- cron: "0 0 * * 1-5"
1313
stop-after: +1mo # workflow will no longer trigger after 1 month
1414

1515
timeout-minutes: 30

0 commit comments

Comments
 (0)