We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77e98a commit d33be1eCopy full SHA for d33be1e
.github/workflows/ci-matrix-5.x.yml
@@ -31,7 +31,7 @@ jobs:
31
# profile: '-PNativeKQueue'
32
uses: ./.github/workflows/ci.yml
33
with:
34
- branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
+ branch: ${{ inputs.branch }}
35
jdk: ${{ matrix.jdk }}
36
os: ${{ matrix.os }}
37
profile: ${{ matrix.profile }}
@@ -41,6 +41,6 @@ jobs:
41
needs: CI
42
uses: ./.github/workflows/deploy.yml
43
44
45
jdk: 11
46
secrets: inherit
0 commit comments