Skip to content

Commit 84322c7

Browse files
Merge pull request #2039 from stuggi/crd-change-check
Add CRD change check workflow for maintenance branches
2 parents a6d8851 + ba43650 commit 84322c7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: CRD change check
2+
3+
on:
4+
pull_request:
5+
branches:
6+
- '18.0-fr[0-9]*'
7+
- '19.[0-9]*'
8+
9+
jobs:
10+
crd-change-check:
11+
uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/reusable-crd-change-check.yaml@main

0 commit comments

Comments
 (0)