Skip to content

Commit

Permalink
Run tests on v3.0 every 10 minutes past the hour
Browse files Browse the repository at this point in the history
  • Loading branch information
Nhi Nguyen committed Sep 6, 2018
1 parent 3c23dda commit c541109
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ workflows:
- build-go110
- build-go19
- build-go18
scheduled_e2e_test:
triggers:
- schedule:
cron: "10 * * * *"
filters:
branches:
only:
- v3.0
- scheduled_e2e_testing
jobs:
- build-golatest
- build-go110
- build-go19
- build-go18

0 comments on commit c541109

Please sign in to comment.