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

Commit

Permalink
added weekly builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Sep 10, 2019
1 parent 316988a commit 02c0fd2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,18 @@ workflows:
- node
- python
- ruby
weekly:
triggers:
- schedule:
#https://crontab.guru/#0_0_*_*_2
cron: "0 0 * * 2"
filters:
branches:
only:
- master
jobs:
- chef
- golang
- node
- python
- ruby

0 comments on commit 02c0fd2

Please sign in to comment.