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 @@ -108,6 +108,24 @@ jobs:
108108 PACKAGECLOUD_TOKEN : ${{secrets.PACKAGECLOUD_TOKEN}}
109109 run : ./gradlew uploadArchives
110110
111+ dispatch :
112+ name : Dispatch downstream builds
113+ concurrency : trigger
114+ needs : [ build, deploy ]
115+ runs-on : ubuntu-latest
116+ if : |
117+ github.repository == 'utPLSQL/utPLSQL-java-api' && github.base_ref == null && github.ref == 'refs/heads/develop'
118+ strategy :
119+ matrix :
120+ repo : ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-cli']
121+ steps :
122+ - name : Repository Dispatch
123+ uses : peter-evans/repository-dispatch@v1
124+ with :
125+ token : ${{ secrets.API_TOKEN_GITHUB }}
126+ repository : ${{ matrix.repo }}
127+ event-type : utPLSQL-java-api-build
128+
111129 slack-workflow-status :
112130 if : always()
113131 name : Post Workflow Status To Slack
You can’t perform that action at this time.
0 commit comments