Skip to content

Commit 6ba98cb

Browse files
authored
Merge branch 'master' into alexwoo/json_marshall_opt
2 parents 0066051 + 3b6d78f commit 6ba98cb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/pull-request-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Build
5353
env:
5454
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
55-
HEAD_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
5655
HEAD_REF: ${{ github.event.pull_request.head.ref || github.ref }}
5756
PR_NUMBER: ${{ github.event.pull_request.number }}
5857
run: |
@@ -63,7 +62,7 @@ jobs:
6362
fi
6463
./$DOWNLOAD_FOLDER/$SCRIPT_LOCATION \
6564
--repo "${{ github.repository }}" \
66-
--branch "$HEAD_SHA" \
65+
--branch "$HEAD_REF" \
6766
--pr-number "$PR_NUMBER" \
6867
--run-id "${{ github.run_id }}"
6968
timeout-minutes: 120

0 commit comments

Comments
 (0)