chore(ci): Migrate to scheduled pipeline (#11981)

This commit is contained in:
Sebastian Spaink 2022-10-11 12:18:51 -05:00 committed by GitHub
parent 9ff5cda6e8
commit a777435495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -519,6 +519,9 @@ jobs:
workflows:
version: 2
check:
when:
not:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- 'test-go-linux':
filters:
@ -733,6 +736,8 @@ workflows:
ignore: /.*/
nightly:
when:
equal: [ scheduled_pipeline, << pipeline.trigger_source >> ]
jobs:
- 'test-go-linux'
- 'test-go-linux-386'
@ -838,10 +843,3 @@ workflows:
- amd64-package-test-nightly:
requires:
- 'amd64-package-nightly'
triggers:
- schedule:
cron: "0 7 * * *"
filters:
branches:
only:
- master