From e21ed5f562d2b3d7305ab8a193478841b4f531aa Mon Sep 17 00:00:00 2001 From: Dan Prince Date: Tue, 25 Feb 2025 16:27:19 -0500 Subject: [PATCH] .github/workflows/release-branch-sync.yaml --- .github/workflows/release-branch-sync.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/release-branch-sync.yaml diff --git a/.github/workflows/release-branch-sync.yaml b/.github/workflows/release-branch-sync.yaml new file mode 100644 index 000000000..db63bb7a8 --- /dev/null +++ b/.github/workflows/release-branch-sync.yaml @@ -0,0 +1,12 @@ +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