Skip to content

Commit

Permalink
build: temp enable nightly workflow on branch
Browse files Browse the repository at this point in the history
  • Loading branch information
danxmoran committed Aug 17, 2021
1 parent 7e57a87 commit 8f44969
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,11 +113,12 @@ workflows:
nightly:
triggers:
- schedule:
cron: "0 5 * * *"
cron: "30 19 * * *" # "0 5 * * *" TODO: Revert
filters:
branches:
only:
- master
- dm-consolidate-litmus-and-grace # TODO: Revert
jobs:
- godeps
- gotest:
Expand Down

0 comments on commit 8f44969

Please sign in to comment.