Skip to content

Commit 7fbce0c

Browse files
committed
Update of GitHub workflow file for supporting 5.x CI/CD
1 parent 708c575 commit 7fbce0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
profile: 'Oracle-23'
6161
uses: ./.github/workflows/ci.yml
6262
with:
63-
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
63+
branch: ${{ inputs.branch }}
6464
jdk: ${{ matrix.jdk }}
6565
os: ${{ matrix.os }}
6666
profile: ${{ matrix.profile }}
@@ -72,6 +72,6 @@ jobs:
7272
needs: CI
7373
uses: ./.github/workflows/deploy.yml
7474
with:
75-
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
75+
branch: ${{ inputs.branch }}
7676
jdk: 11
7777
secrets: inherit

0 commit comments

Comments
 (0)