We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2425639 commit f11f77bCopy full SHA for f11f77b
.github/workflows/load-test.yml
@@ -1,6 +1,8 @@
1
name: load-test
2
3
-on: push
+on:
4
+ schedule:
5
+ - cron: "0 0 */3 * *"
6
7
jobs:
8
load-test:
0 commit comments