Skip to content

Commit

Permalink
CI: Shift nightly build times (Fixes #838)
Browse files Browse the repository at this point in the history
This is to avoid failures due to data not being available right at the
top of the hour.
  • Loading branch information
dopplershift committed Nov 22, 2024
1 parent 241ec03 commit d215f03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Nightly Checks

on:
schedule:
# Runs at 09Z (3am MDT)
- cron: "0 9 * * 2"
# Runs at 0930Z (3am MDT)
- cron: "30 9 * * 2"

# Allow a manual run
workflow_dispatch:
Expand Down

0 comments on commit d215f03

Please sign in to comment.