From 11a324a5337dbfcfa2613d6d496e8ea17988b9a4 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Mon, 8 Jun 2026 09:16:02 +0200 Subject: [PATCH] Delete Release Branch Sync workflow Starting with FR5 we no long rely on the specific release sync branch. Lets remove the job. Jira: OSPRH-25747 Signed-off-by: Martin Schuppert --- .github/workflows/release-branch-sync.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 .github/workflows/release-branch-sync.yaml diff --git a/.github/workflows/release-branch-sync.yaml b/.github/workflows/release-branch-sync.yaml deleted file mode 100644 index db63bb7a..00000000 --- a/.github/workflows/release-branch-sync.yaml +++ /dev/null @@ -1,12 +0,0 @@ -name: Release Branch sync - -on: - push: - branches: - - '*' - schedule: - - cron: '0 * * * *' - -jobs: - call-build-workflow: - uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/release-branch-sync.yaml@main