Skip to content

Commit d33be1e

Browse files
committed
Update of GitHub workflow file for supporting 5.x CI/CD
1 parent b77e98a commit d33be1e

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
@@ -31,7 +31,7 @@ jobs:
3131
# profile: '-PNativeKQueue'
3232
uses: ./.github/workflows/ci.yml
3333
with:
34-
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
34+
branch: ${{ inputs.branch }}
3535
jdk: ${{ matrix.jdk }}
3636
os: ${{ matrix.os }}
3737
profile: ${{ matrix.profile }}
@@ -41,6 +41,6 @@ jobs:
4141
needs: CI
4242
uses: ./.github/workflows/deploy.yml
4343
with:
44-
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
44+
branch: ${{ inputs.branch }}
4545
jdk: 11
4646
secrets: inherit

0 commit comments

Comments
 (0)