Skip to content

Commit

Permalink
CI: Adjust "nightly" run frequency
Browse files Browse the repository at this point in the history
Drop to once per week, running early in the work week, to try to
minimize failures due to temporary conditions.
  • Loading branch information
dopplershift committed Sep 27, 2024
1 parent 9d21996 commit 30f2012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Nightly Checks
on:
schedule:
# Runs at 09Z (3am MDT)
- cron: "0 9 * * *"
- cron: "0 9 * * 2"

# Allow a manual run
workflow_dispatch:
Expand Down

0 comments on commit 30f2012

Please sign in to comment.