From 0ede8d2a647c15c47578ac25b3e60970f21aa924 Mon Sep 17 00:00:00 2001 From: Martin Schuppert Date: Wed, 4 Mar 2026 07:57:29 +0100 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 db63bb7a8c..0000000000 --- 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