Skip to content

Commit 25fd1ac

Browse files
committed
fix: cron crate only accepts 7 as sunday
1 parent 5f07d50 commit 25fd1ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollcron.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
gsc-report:
1212
schedule:
13-
cron: "0 0 7 * * 0"
13+
cron: "0 0 7 * * 7"
1414
working_dir: bots/gsc-report
1515
run: ENV_FILE=~/variables/discord-bots/gsc-report.env run.sh
1616

0 commit comments

Comments
 (0)