Skip to content

Commit 4b74bcb

Browse files
stuggiclaude
andcommitted
Remove release-branch-sync update from create-release-branch workflow
The release-branch-sync workflow was specifically for keeping the olive branch in sync with feature releases. Since we've removed the olive trigger branch dependency, this update is no longer needed. Only the force-bump-branches workflow update is retained as it's still relevant for the new file-based repository approach. Jira: OSPRH-25746 Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> Signed-off-by: Martin Schuppert <mschuppert@redhat.com>
1 parent fb3ca01 commit 4b74bcb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/create-release-branch-v1.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -704,11 +704,10 @@ jobs:
704704
exit 1
705705
fi
706706
707-
update_yaml_value ".github/workflows/release-branch-sync.yaml" ".on.workflow_call.inputs.source_branch.default" "${BRANCH_NAME}"
708707
update_yaml_value ".github/workflows/force-bump-branches.yaml" ".jobs.trigger-jobs.strategy.matrix.branch" "${FORCE_BUMP_BRANCHES}"
709708
710709
# Commit and push changes if any were made
711-
commit_and_push "ci: Update workflow defaults for ${BRANCH_NAME}" ".github/workflows/" "${SOURCE_BRANCH}"
710+
commit_and_push "ci: Update force-bump-branches for ${BRANCH_NAME}" ".github/workflows/force-bump-branches.yaml" "${SOURCE_BRANCH}"
712711
713712
cd .. && rm -rf "$TEMP_DIR"
714713
echo "Workflow finished."

0 commit comments

Comments
 (0)