We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486d15 commit 61e84eaCopy full SHA for 61e84ea
.github/workflows/chaos-tests.yml
@@ -1,8 +1,8 @@
1
name: Run Chaos Tests
2
on:
3
schedule:
4
- # Runs every hour on the hour
5
- - cron: '0 * * * *'
+ # Runs every 3 hours on the hour
+ - cron: '0 */3 * * *'
6
push:
7
branches:
8
- main
0 commit comments