Skip to content

Commit b97dcba

Browse files
committed
Fix cron schedule
1 parent 44a5cca commit b97dcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled_unittests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name: Scheduled unit tests
88
on:
99
workflow_dispatch:
1010
schedule:
11-
- cron: "17 7 * * 7"
11+
- cron: "17 7 * * 0"
1212

1313
jobs:
1414
run:

0 commit comments

Comments
 (0)