Skip to content

Commit

Permalink
added back trigger to run every evening
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaMuryanto committed Nov 21, 2019
1 parent 1b2bf0b commit 93c2dc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Expand Up @@ -1358,6 +1358,12 @@ jobs:
workflows:
version: 2
nightly:
triggers:
- schedule:
cron: "0 3 * * *"
filters:
branches:
only: validateNightly
jobs:
- get_time_stamp
- macos_py2_miniconda:
Expand Down

0 comments on commit 93c2dc8

Please sign in to comment.