Skip to content

Commit

Permalink
Add a weekly scheduled build to the CircleCI build
Browse files Browse the repository at this point in the history
This should run at 03:00 every Sunday.
  • Loading branch information
floehopper committed Jun 25, 2021
1 parent 818ca03 commit fd2a4c6
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

workflows:
build-all:
jobs:
jobs: &all-jobs
- build:
matrix:
parameters:
Expand All @@ -78,3 +78,12 @@ workflows:
gemfile:
- gemfiles/Gemfile.minitest.latest
- gemfiles/Gemfile.test-unit.latest
weekly:
triggers:
- schedule:
cron: "0 3 * * 0"
filters:
branches:
only:
- main
jobs: *all-jobs

0 comments on commit fd2a4c6

Please sign in to comment.