Skip to content

Commit

Permalink
Run tests nightly
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <chrisko@google.com>
  • Loading branch information
hugelgupf committed May 6, 2021
1 parent 103ff66 commit 1e9ce18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@ templates:
workflows:
version: 2
build:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- main
jobs:
- clean-gopath
- clean-gomod
Expand Down

0 comments on commit 1e9ce18

Please sign in to comment.