Skip to content

Commit 61e84ea

Browse files
authored
reduce chaos tests frequency (#258)
1 parent 1486d15 commit 61e84ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chaos-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Run Chaos Tests
22
on:
33
schedule:
4-
# Runs every hour on the hour
5-
- cron: '0 * * * *'
4+
# Runs every 3 hours on the hour
5+
- cron: '0 */3 * * *'
66
push:
77
branches:
88
- main

0 commit comments

Comments
 (0)