Skip to content

Commit 667c85c

Browse files
authored
change schedule to run every 33rd minute
1 parent 5da1819 commit 667c85c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
required: false
1515
# scheduled to run at everyday at 13:22
1616
schedule:
17-
- cron: '22 13 * * *'
17+
- cron: '*/33 * * * *'
1818

1919
jobs:
2020
manual-test:

0 commit comments

Comments
 (0)