We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 227fa1f commit 60fe328Copy full SHA for 60fe328
1 file changed
.github/workflows/code-coverage.yaml
@@ -7,7 +7,7 @@
7
name: Code Coverage
8
on:
9
schedule:
10
- - cron: '0 1 * * 6' # 1am on Saturdays
+ - cron: '0 1 * * 0' # 1am on Sundays
11
12
workflow_dispatch:
13
0 commit comments