Avoid hitting "Next" downtime by postponing the job later in the night
The frontend SQ analysis frequently fails during the night likely because it runs soon after SQ is redeployed. Move the update_coverage job 2h later to avoid that.
This commit is contained in:
parent
33d2e6dbc8
commit
a4126cc80c
2
.github/workflows/update_coverage.yml
vendored
2
.github/workflows/update_coverage.yml
vendored
@ -1,7 +1,7 @@
|
||||
name: Update rule coverage
|
||||
on:
|
||||
schedule:
|
||||
- cron: '17 0 * * *'
|
||||
- cron: '17 2 * * *'
|
||||
|
||||
jobs:
|
||||
update_coverage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user