File tree Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Expand file tree Collapse file tree 1 file changed +3
-22
lines changed Original file line number Diff line number Diff line change 1- name : vertx-http-proxy (5.x)
1+ name : CI/CD (5.x)
22on :
33 push :
44 branches :
99 schedule :
1010 - cron : ' 0 5 * * *'
1111jobs :
12- CI :
13- strategy :
14- matrix :
15- include :
16- - os : ubuntu-latest
17- jdk : 11
18- - os : windows-latest
19- jdk : 11
20- - os : ubuntu-latest
21- jdk : 21
22- uses : ./.github/workflows/ci.yml
23- with :
24- branch : ${{ github.event.pull_request.head.sha || github.ref_name }}
25- jdk : ${{ matrix.jdk }}
26- os : ${{ matrix.os }}
12+ CI-CD :
13+ uses : ./.github/workflows/ci-matrix-5.x.yml
2714 secrets : inherit
28- Deploy :
29- if : ${{ github.repository_owner == 'eclipse-vertx' && (github.event_name == 'push' || github.event_name == 'schedule') }}
30- needs : CI
31- uses : ./.github/workflows/deploy.yml
3215 with :
3316 branch : ${{ github.event.pull_request.head.sha || github.ref_name }}
34- jdk : 11
35- secrets : inherit
You can’t perform that action at this time.
0 commit comments