Skip to content

Commit

Permalink
Merge pull request #18 from volkamerlab/ci-schedule
Browse files Browse the repository at this point in the history
Update CI schedule to Mondays 3 am UTC
  • Loading branch information
dominiquesydow authored Sep 13, 2022
2 parents f140ea4 + 346a54f commit 1e53ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
# Automated tests:
# Scheduled workflows run on the latest commit on the default or base branch.
# (from https://help.github.com/en/actions/reference/events-that-trigger-workflows#scheduled-events-schedule)
- cron: "0 0 * * TUE"
- cron: "0 3 * * 1"

jobs:

Expand Down

0 comments on commit 1e53ef1

Please sign in to comment.