diff --git a/.github/workflows/iot-gate-imx8.yml b/.github/workflows/iot-gate-imx8.yml index 63c2a6ce..3f83def9 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -35,7 +35,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@a9654d395259d264d463c80d62bf53231776a0a1 # v1.25.52 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@2cc9c8537f827a5b8dbe2160cfedd8fb0d45ad69 # v1.25.57 # 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