mirror of
https://github.com/balena-io/open-balena.git
synced 2025-04-04 17:49:14 +00:00
Just use PR head SHA
Co-authored-by: Kyle Harding <kyle@balena.io>
This commit is contained in:
parent
435e0dc961
commit
1a38782e69
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -257,7 +257,7 @@ jobs:
|
||||
with_backoff balena device ${{ steps.register-test-device.outputs.balena_device_uuid }}
|
||||
|
||||
env:
|
||||
COMMIT: ${{ github.event.pull_request.head.sha || github.event.head_commit.id || github.event.pull_request.head.ref }}
|
||||
COMMIT: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: configure balenaOS test device environment
|
||||
if: matrix.target == 'balena-public-pki'
|
||||
|
Loading…
x
Reference in New Issue
Block a user