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 5640164 commit 50dc506Copy full SHA for 50dc506
.github/workflows/ci-5.x.yml
@@ -63,7 +63,7 @@ jobs:
63
profile: 'Oracle-21'
64
uses: ./.github/workflows/ci.yml
65
with:
66
- branch: ${{ github.head_ref || github.ref_name }}
+ branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
67
jdk: ${{ matrix.jdk }}
68
os: ${{ matrix.os }}
69
profile: ${{ matrix.profile }}
@@ -75,6 +75,6 @@ jobs:
75
needs: CI
76
uses: ./.github/workflows/deploy.yml
77
78
79
jdk: 8
80
secrets: inherit
0 commit comments