set is_ent_branch=false when on the CE branch (#12698) (#12717)

Co-authored-by: Matthew Irish <39469+meirish@users.noreply.github.com>
This commit is contained in:
Vault Automation 2026-03-05 13:45:38 -05:00 committed by GitHub
parent e5c23d42d1
commit ce5dd467f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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