Skip to content

Commit

Permalink
circleci: add nightly trigger
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Koch <[email protected]>
  • Loading branch information
hugelgupf committed May 28, 2021
1 parent 4b8c5f8 commit 092c8e2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,27 @@ workflows:
requires:
- clean-bazel

nightly:
triggers:
- schedule:
cron: "0 0 * * *"
filters:
branches:
only:
- main
jobs:
- build-gopath-go113
- build-gopath-go114
- build-gopath-go115
- build-gopath-go116
- build-gomod-go113
- build-gomod-go114
- build-gomod-go115
- build-gomod-go116
- build-bazel
- build-bazel-cross
- build-bazel-test

jobs:
clean-makebb:
<<: [*go116-template, *gomod-template]
Expand Down

0 comments on commit 092c8e2

Please sign in to comment.