Skip to content

Commit 1ec94fc

Browse files
authored
ci(benchmarks): reduce frequency from weekly to monthly (#391)
1 parent 22b2dba commit 1ec94fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- main
88
schedule:
99
# * is a special character in YAML so you have to quote this string
10-
- cron: '0 0 * * 1'
10+
- cron: '0 0 1 * *'
1111

1212
# This allows a subsequently queued workflow run to interrupt previous runs
1313
concurrency:

0 commit comments

Comments
 (0)