From a75d521d9fe6b7717c25ea6f64d3f7597ca6c4ce Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 22:35:15 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts digest to 8d8a26d Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to 8d8a26d86da4a0b87f71d27f9b4504023491063e --- .github/workflows/owa5x.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/owa5x.yml b/.github/workflows/owa5x.yml index 3f7eb188..cfe55a40 100644 --- a/.github/workflows/owa5x.yml +++ b/.github/workflows/owa5x.yml @@ -41,7 +41,7 @@ permissions: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b8a226f678fed1555d43120036715094fb7732a + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@8d8a26d86da4a0b87f71d27f9b4504023491063e # 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