From f0ed2a8e4ce978cd2b88a8a752c1c587a67d8f73 Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Thu, 18 May 2023 15:24:08 -0500 Subject: [PATCH] Set LATEST_GA to false in CI pipeline Closes gh-35556 --- ci/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index bd298098a51..80ee022e1bc 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -633,7 +633,7 @@ jobs: <<: *sdkman-task-params RELEASE_TYPE: RELEASE BRANCH: ((branch)) - LATEST_GA: true + LATEST_GA: false - name: update-homebrew-tap serial: true plan: @@ -649,7 +649,7 @@ jobs: image: ci-image file: git-repo/ci/tasks/update-homebrew-tap.yml params: - LATEST_GA: true + LATEST_GA: false - put: homebrew-tap-repo params: repository: updated-homebrew-tap-repo