We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1887a7 commit 818584dCopy full SHA for 818584d
1 file changed
.github/workflows/release-branch-sync.yaml
@@ -0,0 +1,12 @@
1
+name: Release Branch sync
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - '*'
7
+ schedule:
8
+ - cron: '0 * * * *'
9
10
+jobs:
11
+ call-build-workflow:
12
+ uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/release-branch-sync.yaml@main
0 commit comments