From 60117f11fb8c5b6294dbb72b5d3418b7c2862f6e Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 02:59:44 +0000 Subject: [PATCH] Update balena-os/balena-yocto-scripts digest to d05c46a Update balena-os/balena-yocto-scripts Changelog-entry: Update balena-os/balena-yocto-scripts to d05c46a02bd3243f2ff13667827e962188d6f102 --- .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 e161efd5..0a8482d2 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@a5d24c7ba0efb8441fca45d3cf103c86765edd7d + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@d05c46a02bd3243f2ff13667827e962188d6f102 # 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