Skip to content

Commit 92cdcbc

Browse files
authored
Merge pull request #299 from aws/willarmiros-patch-1
Increase monitoring frequency to 10 minutes
2 parents 48bc2fb + 090a4b8 commit 92cdcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-monitoring.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Continuous monitoring of distribution channels
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 */1 * * *'
5+
- cron: '*/10 * * * *'
66

77
jobs:
88
smoke-tests:

0 commit comments

Comments
 (0)