Skip to content

Commit

Permalink
Merge pull request #860 from effigies/ci/cron
Browse files Browse the repository at this point in the history
CI: Add cron jobs to avoid sneaky failures during low activity periods
  • Loading branch information
effigies authored May 18, 2022
2 parents 341d8d0 + a006167 commit f4bf70c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ on:
branches:
- master
- maint/*
schedule:
# 8am EST / 9am EDT Mondays
- cron: '0 13 * * 1'

defaults:
run:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
branches:
- master
- maint/*
schedule:
# 8am EST / 9am EDT M-F
- cron: '0 13 * * 1,2,3,4,5'

defaults:
run:
Expand Down
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ recursive-include bids/layout/config *.json
recursive-include bids/reports/config *.json
recursive-include bids/tests/data *
recursive-include bids/layout/tests/data *
include long_description.rst

0 comments on commit f4bf70c

Please sign in to comment.