Skip to content

Commit

Permalink
Merge pull request #889 from dprince/main
Browse files Browse the repository at this point in the history
.github/workflows/release-branch-sync.yaml
  • Loading branch information
dprince authored Feb 25, 2025
2 parents e6d6017 + e21ed5f commit d895172
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/release-branch-sync.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d895172

Please sign in to comment.