Fix wrong git head referenced in PR workflow (#524)
Signed-off-by: Emanuele Papa <ema987@gmail.com>
This commit is contained in:
parent
c57e2fc5b0
commit
22fff44b6e
1 changed files with 0 additions and 6 deletions
6
.github/workflows/.ci_test_and_publish.yml
vendored
6
.github/workflows/.ci_test_and_publish.yml
vendored
|
@ -18,9 +18,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Set up our JDK environment
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
|
@ -57,9 +54,6 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
ref: ${{ github.event.pull_request.head.ref }}
|
||||
|
||||
- name: Set up our JDK environment
|
||||
uses: actions/setup-java@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue