mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-11 01:42:06 -04:00
Revert hack to nightly test workflow.
This commit is contained in:
parent
f86b4e147d
commit
0e4f8a0162
2 changed files with 2 additions and 2 deletions
2
.circleci/config.yml
generated
2
.circleci/config.yml
generated
|
|
@ -547,7 +547,7 @@ workflows:
|
|||
- test-go-nightly
|
||||
triggers:
|
||||
- schedule:
|
||||
cron: 25 16 * * *
|
||||
cron: 0 9 * * *
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
triggers:
|
||||
- schedule:
|
||||
cron: "25 16 * * *"
|
||||
cron: "0 9 * * *"
|
||||
filters:
|
||||
branches:
|
||||
only:
|
||||
|
|
|
|||
Loading…
Reference in a new issue