File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 7171 ref : ${{ steps.extract_branch.outputs.value }}
7272 token : ${{ secrets.GH_TOKEN }}
7373 inputs : ${{ steps.dispatch_message.outputs.value }}
74+ - name : Invoke the Java CI workflow in GORM MongoDB
75+ if : success() && github.event_name == 'push' && matrix.java == '8'
76+ 77+ with :
78+ workflow : Java CI
79+ repo : grails/gorm-mongodb
80+ ref : ${{ steps.extract_branch.outputs.value }}
81+ token : ${{ secrets.GH_TOKEN }}
82+ inputs : ${{ steps.dispatch_message.outputs.value }}
83+ - name : Invoke the Java CI workflow in GORM Neo4j
84+ if : success() && github.event_name == 'push' && matrix.java == '8'
85+ 86+ with :
87+ workflow : Java CI
88+ repo : grails/gorm-neo4j
89+ ref : ${{ steps.extract_branch.outputs.value }}
90+ token : ${{ secrets.GH_TOKEN }}
91+ inputs : ${{ steps.dispatch_message.outputs.value }}
You can’t perform that action at this time.
0 commit comments