Skip to content

Commit

Permalink
Update balena-os/balena-yocto-scripts action to v1.25.46
Browse files Browse the repository at this point in the history
Update balena-os/balena-yocto-scripts from v1.25.39 to v1.25.46

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Sep 27, 2024
1 parent f9f06af commit 3c3ba2a
Show file tree
Hide file tree
Showing 33 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bananapi-m1-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beaglebone-ai64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beaglebone-pocket.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/beaglebone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic-aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generic-amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/genericx86-64-ext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/genericx86-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imx6ul-var-dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/imx7-var-som.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iot-gate-imx8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iot-gate-imx8plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetson-agx-orin-devkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetson-nano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetson-tx2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jetson-xavier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nanopi-neo-air.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nanopi-r2c.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/orangepi-plus2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/owa5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspberrypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspberrypi2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspberrypi3-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspberrypi3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/raspberrypi4-64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/revpi-connect-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/revpi-connect-s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/revpi-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/revpi-core-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rockpi-4b-rk3399.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@80a157ec0c2ec3f5b8bc4f9041eb27f9e31233f7 # v1.25.39
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@3b2b1bd6c51fd9662b5ea422ec85f523caf2d4ee # v1.25.46
# 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
Expand Down
Loading

0 comments on commit 3c3ba2a

Please sign in to comment.