Skip to content

Commit a3ee2c1

Browse files
committed
trigger hibernate6 repository build github workflow
1 parent 5bcf9ce commit a3ee2c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/gradle.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,13 @@ jobs:
6161
repo: grails/gorm-hibernate5
6262
ref: ${{ steps.extract_branch.outputs.value }}
6363
token: ${{ secrets.GH_TOKEN }}
64+
- name: Invoke the Java CI workflow in GORM Hibernate6
65+
uses: benc-uk/[email protected]
66+
with:
67+
workflow: Java CI
68+
repo: grails/gorm-hibernate6
69+
ref: ${{ steps.extract_branch.outputs.value }}
70+
token: ${{ secrets.GH_TOKEN }}
6471
- name: Invoke the Java CI workflow in GORM MongoDB
6572
uses: benc-uk/[email protected]
6673
with:

0 commit comments

Comments
 (0)