From ce5dd467f2adf6fbfa5997760eb382f33474e54e Mon Sep 17 00:00:00 2001 From: Vault Automation Date: Thu, 5 Mar 2026 13:45:38 -0500 Subject: [PATCH] set is_ent_branch=false when on the CE branch (#12698) (#12717) Co-authored-by: Matthew Irish <39469+meirish@users.noreply.github.com> --- .github/actions/metadata/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/metadata/action.yml b/.github/actions/metadata/action.yml index 8c7efd1ff5..8556a866c9 100644 --- a/.github/actions/metadata/action.yml +++ b/.github/actions/metadata/action.yml @@ -159,6 +159,7 @@ runs: is_ce_in_enterprise=$([[ $base_ref == ce/* ]] && echo "true" || echo "false") if [ "$is_ce_in_enterprise" = 'true' ]; then is_enterprise="false" + is_ent_branch="false" go_tags='' version_metadata='${{ inputs.vault-version }}' else