diff --git a/.github/workflows/kontron-mx8mm.yml b/.github/workflows/kontron-mx8mm.yml index e9d2c51b..014f0ac8 100644 --- a/.github/workflows/kontron-mx8mm.yml +++ b/.github/workflows/kontron-mx8mm.yml @@ -41,7 +41,7 @@ permissions: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@8d8a26d86da4a0b87f71d27f9b4504023491063e + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@f6dabba40c5a521f802aeb258560755e36b7f3ea # 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