Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11 from rye/circle-nightly
Browse files Browse the repository at this point in the history
circle: Add a qid workflow
  • Loading branch information
rye authored Mar 12, 2019
2 parents 2e5dbeb + b04ddd0 commit d9b5b04
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:

workflows:
version: 2
commit:
commit: &standard_workflow
jobs:
- check-nightly
- check-latest
Expand All @@ -125,3 +125,10 @@ workflows:
requires: [test-nightly]
- build-release-latest:
requires: [test-latest]

qid:
triggers:
- schedule:
cron: "0 0,6,12,18 * * *"
filters: {branches: {only: [master]}}
<<: *standard_workflow

0 comments on commit d9b5b04

Please sign in to comment.