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