Skip to content

Commit

Permalink
Merge pull request #14 from Echtzeitsysteme/hotfix/scheduled-ci-run-time
Browse files Browse the repository at this point in the history
Changes the scheduled CI run time to Monday morning, 7:05 AM
  • Loading branch information
maxkratz authored Mar 15, 2024
2 parents 2884c29 + 7899532 commit 9d067d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vagrant-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ on:
- 'v*.*.*'

schedule:
# Weekly builds on Monday morning 4:42
# Weekly builds on Monday morning 7:05
# Github doc:
# "The schedule event can be delayed during periods of high loads of GitHub Actions workflow runs.
# High load times include the start of every hour.
# To decrease the chance of delay, schedule your workflow to run at a different time of the hour."
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '42 4 * * 1'
- cron: '5 7 * * 1'

jobs:
vagrant-provision:
Expand Down

0 comments on commit 9d067d7

Please sign in to comment.