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