Skip to content

Commit 751c0c8

Browse files
authored
Merge pull request #199 from aws/willarmiros-patch-1
Increase monitoring frequency to 30 minutes
2 parents 3b0cb91 + 0506c3c commit 751c0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-monitoring.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Continuous monitoring of distribution channels
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 */1 * * *'
6+
- cron: '*/30 * * * *'
77

88
jobs:
99
smoke-tests:

0 commit comments

Comments
 (0)