Skip to content

Commit 60aa2a1

Browse files
committed
Update of GitHub workflow file for supporting 5.x CI/CD
1 parent a43b880 commit 60aa2a1

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

.github/workflows/ci-5.x.yml

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: vertx-http-proxy (5.x)
1+
name: CI/CD (5.x)
22
on:
33
push:
44
branches:
@@ -9,27 +9,8 @@ on:
99
schedule:
1010
- cron: '0 5 * * *'
1111
jobs:
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

0 commit comments

Comments
 (0)