Skip to content

Commit

Permalink
Merge pull request #142 from MichaelAquilina/scheduled_builds
Browse files Browse the repository at this point in the history
Add monthly scheduled test
  • Loading branch information
MichaelAquilina committed Jul 25, 2018
2 parents 8d0b64c + e6c67d9 commit 578bb4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,20 @@ jobs:

workflows:
version: 2
monthly_test:
triggers:
- schedule:
cron: "0 0 1 * *"
filters:
branches:
only:
- master
jobs:
- lint
- test-3.5
- test-3.6
- test-3.7

s4_test:
jobs:
- lint
Expand Down

0 comments on commit 578bb4d

Please sign in to comment.