Skip to content

Commit 68f166e

Browse files
committed
Update of GitHub workflow file for supporting 5.x CI/CD
1 parent fb3822a commit 68f166e

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
@@ -18,7 +18,7 @@ jobs:
1818
jdk: 21
1919
uses: ./.github/workflows/ci.yml
2020
with:
21-
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
21+
branch: ${{ inputs.branch }}
2222
jdk: ${{ matrix.jdk }}
2323
os: ${{ matrix.os }}
2424
secrets: inherit
@@ -27,6 +27,6 @@ jobs:
2727
needs: CI
2828
uses: ./.github/workflows/deploy.yml
2929
with:
30-
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
30+
branch: ${{ inputs.branch }}
3131
jdk: 11
3232
secrets: inherit

0 commit comments

Comments
 (0)