Skip to content

Commit

Permalink
update yocto scripts action to v1.25.45
Browse files Browse the repository at this point in the history
Changelog-entry: update yocto scripts action to v1.25.45
Signed-off-by: Ryan Cooke <[email protected]>
  • Loading branch information
rcooke-warwick committed Sep 20, 2024
1 parent a614341 commit 3ebee41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-private.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
jobs:
yocto:
name: Yocto
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@kyle/check-tests ## latest from https://github.com/balena-os/balena-yocto-scripts/pull/386/commits
uses: balena-os/balena-yocto-scripts/.github/workflows/yocto-build-deploy.yml@v1.25.45 ## latest from https://github.com/balena-os/balena-yocto-scripts/pull/386/commits
# 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

0 comments on commit 3ebee41

Please sign in to comment.