diff --git a/.github/workflows/bananapi-m1-plus.yml b/.github/workflows/bananapi-m1-plus.yml index 84b1fb2b57..20416a4996 100644 --- a/.github/workflows/bananapi-m1-plus.yml +++ b/.github/workflows/bananapi-m1-plus.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/beaglebone-ai64.yml b/.github/workflows/beaglebone-ai64.yml index deefa61bb2..7d86b4a92a 100644 --- a/.github/workflows/beaglebone-ai64.yml +++ b/.github/workflows/beaglebone-ai64.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/beaglebone-pocket.yml b/.github/workflows/beaglebone-pocket.yml index 5734b224f6..3ae4cee57f 100644 --- a/.github/workflows/beaglebone-pocket.yml +++ b/.github/workflows/beaglebone-pocket.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/beaglebone.yml b/.github/workflows/beaglebone.yml index 736b5b458d..f31f89bf8b 100644 --- a/.github/workflows/beaglebone.yml +++ b/.github/workflows/beaglebone.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/generic-aarch64.yml b/.github/workflows/generic-aarch64.yml index 21cf61af68..1a9d2d3353 100644 --- a/.github/workflows/generic-aarch64.yml +++ b/.github/workflows/generic-aarch64.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/generic-amd64.yml b/.github/workflows/generic-amd64.yml index 55da0da133..0e590bb64f 100644 --- a/.github/workflows/generic-amd64.yml +++ b/.github/workflows/generic-amd64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/genericx86-64-ext.yml b/.github/workflows/genericx86-64-ext.yml index c9a8409039..0c01ebeb23 100644 --- a/.github/workflows/genericx86-64-ext.yml +++ b/.github/workflows/genericx86-64-ext.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/genericx86-64.yml b/.github/workflows/genericx86-64.yml index 2aa44362f7..460c16f062 100644 --- a/.github/workflows/genericx86-64.yml +++ b/.github/workflows/genericx86-64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/imx6ul-var-dart.yml b/.github/workflows/imx6ul-var-dart.yml index 94ec77503e..dabe51b5f5 100644 --- a/.github/workflows/imx6ul-var-dart.yml +++ b/.github/workflows/imx6ul-var-dart.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/imx7-var-som.yml b/.github/workflows/imx7-var-som.yml index 86e2175a3b..ddf5622db5 100644 --- a/.github/workflows/imx7-var-som.yml +++ b/.github/workflows/imx7-var-som.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/iot-gate-imx8.yml b/.github/workflows/iot-gate-imx8.yml index 0c2d5ebbb6..9f6be091eb 100644 --- a/.github/workflows/iot-gate-imx8.yml +++ b/.github/workflows/iot-gate-imx8.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/iot-gate-imx8plus.yml b/.github/workflows/iot-gate-imx8plus.yml index ae7f9a65c6..860f6de5d7 100644 --- a/.github/workflows/iot-gate-imx8plus.yml +++ b/.github/workflows/iot-gate-imx8plus.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/jetson-agx-orin-devkit.yml b/.github/workflows/jetson-agx-orin-devkit.yml index 314546dc3a..2c3d1e09c3 100644 --- a/.github/workflows/jetson-agx-orin-devkit.yml +++ b/.github/workflows/jetson-agx-orin-devkit.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/jetson-nano.yml b/.github/workflows/jetson-nano.yml index 14b3666aba..e27b8d8083 100644 --- a/.github/workflows/jetson-nano.yml +++ b/.github/workflows/jetson-nano.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/jetson-tx2.yml b/.github/workflows/jetson-tx2.yml index 508fb13c2c..a040a6143d 100644 --- a/.github/workflows/jetson-tx2.yml +++ b/.github/workflows/jetson-tx2.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/jetson-xavier.yml b/.github/workflows/jetson-xavier.yml index d68e7f56e5..5c029a7022 100644 --- a/.github/workflows/jetson-xavier.yml +++ b/.github/workflows/jetson-xavier.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/nanopi-neo-air.yml b/.github/workflows/nanopi-neo-air.yml index 8a9da72e25..8b793eaa63 100644 --- a/.github/workflows/nanopi-neo-air.yml +++ b/.github/workflows/nanopi-neo-air.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/nanopi-r2c.yml b/.github/workflows/nanopi-r2c.yml index 29df1b4123..30aced21b0 100644 --- a/.github/workflows/nanopi-r2c.yml +++ b/.github/workflows/nanopi-r2c.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/orangepi-plus2.yml b/.github/workflows/orangepi-plus2.yml index 246cfb6414..c5239d1556 100644 --- a/.github/workflows/orangepi-plus2.yml +++ b/.github/workflows/orangepi-plus2.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/owa5x.yml b/.github/workflows/owa5x.yml index 9c4ed7fd25..e3cd8825ef 100644 --- a/.github/workflows/owa5x.yml +++ b/.github/workflows/owa5x.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/raspberrypi.yml b/.github/workflows/raspberrypi.yml index c9f153c2d3..c670bed685 100644 --- a/.github/workflows/raspberrypi.yml +++ b/.github/workflows/raspberrypi.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/raspberrypi2.yml b/.github/workflows/raspberrypi2.yml index 643d7293b6..4f251a79c7 100644 --- a/.github/workflows/raspberrypi2.yml +++ b/.github/workflows/raspberrypi2.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/raspberrypi3-64.yml b/.github/workflows/raspberrypi3-64.yml index 7a90d424a9..601ee2e893 100644 --- a/.github/workflows/raspberrypi3-64.yml +++ b/.github/workflows/raspberrypi3-64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/raspberrypi3.yml b/.github/workflows/raspberrypi3.yml index 61a589e41f..b59d91f184 100644 --- a/.github/workflows/raspberrypi3.yml +++ b/.github/workflows/raspberrypi3.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/raspberrypi4-64.yml b/.github/workflows/raspberrypi4-64.yml index 711bb1e05f..c38d763475 100644 --- a/.github/workflows/raspberrypi4-64.yml +++ b/.github/workflows/raspberrypi4-64.yml @@ -19,7 +19,7 @@ jobs: name: Yocto # FIXME: This workflow has dependencies on scripts in the balena-yocto-scripts repository # which is pinned separately as a submodule in the device repo. Expect some drift but try to retain compatibility. - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/revpi-connect-4.yml b/.github/workflows/revpi-connect-4.yml index a41304c238..032c459a90 100644 --- a/.github/workflows/revpi-connect-4.yml +++ b/.github/workflows/revpi-connect-4.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/revpi-connect-s.yml b/.github/workflows/revpi-connect-s.yml index 393ca065a8..a17676f7d7 100644 --- a/.github/workflows/revpi-connect-s.yml +++ b/.github/workflows/revpi-connect-s.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/revpi-connect.yml b/.github/workflows/revpi-connect.yml index 8bdfc13045..21c518801d 100644 --- a/.github/workflows/revpi-connect.yml +++ b/.github/workflows/revpi-connect.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/revpi-core-3.yml b/.github/workflows/revpi-core-3.yml index 233419e5ba..92973f05cf 100644 --- a/.github/workflows/revpi-core-3.yml +++ b/.github/workflows/revpi-core-3.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/rockpi-4b-rk3399.yml b/.github/workflows/rockpi-4b-rk3399.yml index dda891320d..369ca6a353 100644 --- a/.github/workflows/rockpi-4b-rk3399.yml +++ b/.github/workflows/rockpi-4b-rk3399.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/surface-go.yml b/.github/workflows/surface-go.yml index 02005a7b2d..26cb313803 100644 --- a/.github/workflows/surface-go.yml +++ b/.github/workflows/surface-go.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/surface-pro-6.yml b/.github/workflows/surface-pro-6.yml index 7e32337032..5b1617974e 100644 --- a/.github/workflows/surface-pro-6.yml +++ b/.github/workflows/surface-pro-6.yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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 diff --git a/.github/workflows/var-som-mx6..yml b/.github/workflows/var-som-mx6..yml index fc0927a096..2ba6ac9015 100644 --- a/.github/workflows/var-som-mx6..yml +++ b/.github/workflows/var-som-mx6..yml @@ -17,7 +17,7 @@ on: jobs: yocto: name: Yocto - uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@654a03a6680847519b6d9a1de29c39eec2e0083b # v1.25.30 + uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@99c07ec07449e1705be38f48c8fe6a914b5ecb3b # v1.25.33 # 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