Skip to content

Commit

Permalink
[Fleet] Fix release condition to allow build for 8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet committed Aug 16, 2023
1 parent 37245a1 commit 71fe01a
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' && build.env('BUILDKITE_BRANCH') == 'main'"
if: "build.env('BUILDKITE_PULL_REQUEST') == 'false'
depends_on:
- step: "release-package-registry"
allow_failure: false

0 comments on commit 71fe01a

Please sign in to comment.