Skip to content

Commit 60fe328

Browse files
authored
Run on Sunday, not Saturday (#17089)
1 parent 227fa1f commit 60fe328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name: Code Coverage
88
on:
99
schedule:
10-
- cron: '0 1 * * 6' # 1am on Saturdays
10+
- cron: '0 1 * * 0' # 1am on Sundays
1111

1212
workflow_dispatch:
1313

0 commit comments

Comments
 (0)