fix: adjusting frequency for ci failure monitor (#15134)
This commit is contained in:
2
.github/workflows/ci-failure-monitor.yml
vendored
2
.github/workflows/ci-failure-monitor.yml
vendored
@@ -2,7 +2,7 @@ name: CI Failure Monitor
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 * * * *' # Every hour
|
||||
- cron: '0 */3 * * *' # Every 3 hour
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
||||
Reference in New Issue
Block a user