chore(ci): add no-op jobs for branch protection rules

This commit is contained in:
DanStough 2022-05-26 16:14:35 -04:00 committed by Dan Stough
parent d558914a0f
commit f2c9574c1d
1 changed files with 4 additions and 1 deletions

View File

@ -1083,6 +1083,7 @@ workflows:
<<: *filter-ignore-non-go-branches
- go-test-race: *filter-ignore-non-go-branches
- go-test-32bit: *filter-ignore-non-go-branches
- noop
build-distros:
unless: << pipeline.parameters.trigger-load-test >>
jobs:
@ -1122,6 +1123,7 @@ workflows:
requires:
- dev-build
context: consul-ci
- noop
test-integrations:
unless: << pipeline.parameters.trigger-load-test >>
jobs:
@ -1158,7 +1160,7 @@ workflows:
- compatibility-integration-test:
requires:
- dev-build
- noop
frontend:
unless: << pipeline.parameters.trigger-load-test >>
jobs:
@ -1191,6 +1193,7 @@ workflows:
- ember-coverage:
requires:
- ember-build-ent
- noop
workflow-automation:
unless: << pipeline.parameters.trigger-load-test >>
jobs: