Skip to content

Commit

Permalink
nudge qg cron to be roughly after the latest DB build (#381)
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <[email protected]>
  • Loading branch information
wagoodman authored Oct 31, 2023
1 parent 349985e commit d569739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-quality-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
# allow for kicking off quality gate check manually
workflow_dispatch:

# run 2 AM (UTC) daily
# run 5 AM (UTC) daily
schedule:
- cron: '0 2 * * *'
- cron: '0 5 * * *'

jobs:

Expand Down

0 comments on commit d569739

Please sign in to comment.