Skip to content

Commit bb5bb78

Browse files
Merge remote-tracking branch 'remotes/from/ce/main'
2 parents 027a83e + ef4609e commit bb5bb78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/metadata/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ runs:
157157
base_ref='${{ github.event.pull_request.base.ref || github.event.base_ref || github.ref_name || github.event.branch || github.ref }}'
158158
is_ent_repo='true'
159159
is_ent_branch='true'
160-
is_ce_in_enterprise=$([[ $base_ref == ce/* ]] && echo "true" || echo "false")
160+
is_ce_in_enterprise=$([[ $base_ref == ce/* || $base_ref == refs/heads/ce/* ]] && echo "true" || echo "false")
161161
if [ "$is_ce_in_enterprise" = 'true' ]; then
162162
is_enterprise="false"
163163
is_ent_branch="false"

0 commit comments

Comments
 (0)