Skip to content

Commit

Permalink
ci: allow schedule to be determined by nightly-jobs branch
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpc committed Oct 25, 2021
1 parent 3429c52 commit 3d6f5f1
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@ workflows:
- setup
nightly_console_integration_tests:
when: << pipeline.parameters.nightly_console_integration_tests >>
triggers:
- schedule:
cron: 0 14 * * *
filters:
branches:
only:
- master
jobs:
- build
- publish_to_local_registry:
Expand All @@ -234,13 +227,6 @@ workflows:
- publish_to_local_registry
e2e_resource_cleanup:
when: << pipeline.parameters.e2e_resource_cleanup >>
triggers:
- schedule:
cron: 45 0,12 * * *
filters:
branches:
only:
- master
jobs:
- build
- cleanup_resources:
Expand Down

0 comments on commit 3d6f5f1

Please sign in to comment.