diff --git a/.github/workflows/test-private.yml b/.github/workflows/test-private.yml index 32f6f0486..cbe813931 100644 --- a/.github/workflows/test-private.yml +++ b/.github/workflows/test-private.yml @@ -20,7 +20,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.3 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@aa75e2fb95089e54ae4e80ca0319cf7a03bb5d78 # Prevent duplicate workflow executions for pull_request (PR) and pull_request_target (PRT) events. # Both PR and PRT will be triggered for the same pull request, whether it is internal or from a fork. # This condition will prevent the workflow from running twice for the same pull request while