ci: disable ivy CI jobs on the patch branch (#26702)

we don't need these jobs to run on the patch branch - this will free up VMs for other jobs

PR Close #26702
This commit is contained in:
Igor Minar 2018-10-23 14:07:27 -07:00 committed by Alex Rickabaugh
parent 929739c736
commit b52c97cf70

View File

@ -119,6 +119,8 @@ jobs:
<<: *job_defaults
resource_class: xlarge
steps:
# don't run this job on the patch branch (to preserve resources)
- run: circleci step halt
- *define_env_vars
- checkout:
<<: *post_checkout
@ -132,6 +134,8 @@ jobs:
<<: *job_defaults
resource_class: xlarge
steps:
# don't run this job on the patch branch (to preserve resources)
- run: circleci step halt
- *define_env_vars
- checkout:
<<: *post_checkout