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 1d99e69 commit c4bf1a0Copy full SHA for c4bf1a0
.github/workflows/ci-matrix-5.x.yml
@@ -18,7 +18,7 @@ jobs:
18
jdk: 21
19
uses: ./.github/workflows/ci.yml
20
with:
21
- branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
+ branch: ${{ inputs.branch }}
22
jdk: ${{ matrix.jdk }}
23
os: ${{ matrix.os }}
24
secrets: inherit
@@ -27,6 +27,6 @@ jobs:
27
needs: CI
28
uses: ./.github/workflows/deploy.yml
29
30
31
jdk: 11
32
0 commit comments