Skip to content

Commit

Permalink
Update condition for downstream package (elastic#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodm authored Aug 17, 2023
1 parent d2faa28 commit 82fa7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ steps:
- trigger: "fleet-server-package-mbp"
label: ":esbuild: Downstream - Package"
key: "downstream-package"
if: "build.env('BUILDKITE_PULL_REQUEST') == 'false'"
if: "build.env('BUILDKITE_PULL_REQUEST') == 'false' && build.env('BUILDKITE_TAG') == '' && build.env('BUILDKITE_BRANCH') != ''"
depends_on:
- step: "release-package-registry"
allow_failure: false

0 comments on commit 82fa7e2

Please sign in to comment.