Skip to content

Commit baf8065

Browse files
committed
move cron job to 2:00 on Thursdays
1 parent 0f90cbf commit baf8065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [published]
66
schedule:
7-
- cron: "0 0 * * 4"
7+
- cron: "0 2 * * 4"
88

99
jobs:
1010
build:

0 commit comments

Comments
 (0)