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 040f71c commit a40936bCopy full SHA for a40936b
.github/workflows/ci-5.x.yml
@@ -21,7 +21,7 @@ jobs:
21
jdk: 17
22
uses: ./.github/workflows/ci.yml
23
with:
24
- branch: ${{ github.head_ref || github.ref_name }}
+ branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
25
jdk: ${{ matrix.jdk }}
26
os: ${{ matrix.os }}
27
secrets: inherit
@@ -30,6 +30,6 @@ jobs:
30
needs: CI
31
uses: ./.github/workflows/deploy.yml
32
33
34
jdk: 8
35
0 commit comments