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 dd5ae89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,26 @@ workflows:
- build-bazel-test:
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:
Expand Down

0 comments on commit dd5ae89

Please sign in to comment.