Update GitHub Actions to avoid conflicts with release-*
branch names
#12507
Labels
area/ci-cd
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Update the GitHub Actions workflows to use different branch names in jobs that create branches, ensuring they do not conflict with the
release-*
pattern. Therelease-*
naming is used in workflows to target active release branches, and the current naming can cause unintended behavior. Adjust the branch names in these jobs to resolve the conflict.This issue is a result of #12506 (comment)
The text was updated successfully, but these errors were encountered: