From 1a38782e696661eaf63af7f8ad51f2ac683ea105 Mon Sep 17 00:00:00 2001 From: Anton Belodedenko <2033996+ab77@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:42:58 -0800 Subject: [PATCH] Just use PR head SHA Co-authored-by: Kyle Harding --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a060b13..b8e679c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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'