Skip to content

Commit

Permalink
nightly: skip Fri/Sat night (#6242)
Browse files Browse the repository at this point in the history
It's unlikely that anyone is looking at the results when there's a
fresh run's results (of Sunday) awaiting you on Monday.

Signed-off-by: Stephan Renatus <stephan@styra.com>
  • Loading branch information
srenatus committed Sep 23, 2023
1 parent 0c3dae3 commit b07e60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Expand Up @@ -2,7 +2,7 @@ name: Nightly
on:
workflow_dispatch: {} # Allow for manual triggers
schedule:
- cron: '0 8 * * *' # Daily, at 8:00 UTC
- cron: '0 8 * * 0-4' # Sun-Thu, at 8:00 UTC


jobs:
Expand Down

0 comments on commit b07e60a

Please sign in to comment.