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

circle: Add a qid workflow #11

Merged
merged 1 commit into from
Mar 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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