We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b2dba commit 1ec94fcCopy full SHA for 1ec94fc
.github/workflows/benchmarks.yml
@@ -7,7 +7,7 @@ on:
7
- main
8
schedule:
9
# * is a special character in YAML so you have to quote this string
10
- - cron: '0 0 * * 1'
+ - cron: '0 0 1 * *'
11
12
# This allows a subsequently queued workflow run to interrupt previous runs
13
concurrency:
0 commit comments