ci(buildkite): update hardcoded pipeline conditional (#3766)
parent
21d790bdeb
commit
7a7495b309
|
@ -16,7 +16,7 @@ steps:
|
||||||
if: build.branch != "master"
|
if: build.branch != "master"
|
||||||
|
|
||||||
- wait: # yamllint disable-line rule:empty-values
|
- wait: # yamllint disable-line rule:empty-values
|
||||||
if: build.pull_request.repository.fork != true && build.branch !~ /^(dependabot|renovate)\/.*/
|
if: build.pull_request.repository.fork != true && build.branch !~ /^(dependabot|renovate)\/.*/ && build.message !~ /^docs/
|
||||||
|
|
||||||
# Manual intervention by team required to deploy for forked PRs (prevent secret leakage).
|
# Manual intervention by team required to deploy for forked PRs (prevent secret leakage).
|
||||||
- block: "Public fork needs approval"
|
- block: "Public fork needs approval"
|
||||||
|
|
Loading…
Reference in New Issue