Skip to content

Commit

Permalink
Merge pull request #111 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 137a901 + 2abb2a0 commit fdf73bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
branches:
- "main"
schedule:
# Run a cron job once weekly on Tuesday
- cron: "0 0 * * TUE"
# Run a cron job once weekly on Monday
- cron: "0 3 * * 1"

jobs:
docs:
Expand Down

0 comments on commit fdf73bd

Please sign in to comment.