Skip to content

Commit

Permalink
ci(github): reschedule CI to be run every day during the night (#528)
Browse files Browse the repository at this point in the history
Just a kindness change to avoid overloading uselessly GitHub Actions runners during business hours.
  • Loading branch information
Djaytan authored Feb 7, 2024
1 parent d7a6ec2 commit 71fff70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches: [main, 'release/v*', next, next-major, beta, alpha]
schedule:
- cron: '28 14 * * *' # At 14:28 every day
- cron: '5 4 * * *' # Every day at 04:05

permissions: {}

Expand Down

0 comments on commit 71fff70

Please sign in to comment.