ci(buildkite): update hardcoded pipeline conditional (#3766)

pull/3767/head
Amir Zarrinkafsh 2022-07-29 15:52:55 +10:00 committed by GitHub
parent 21d790bdeb
commit 7a7495b309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"