Skip to content

Commit

Permalink
pin to cleanup PR
Browse files Browse the repository at this point in the history
this way we don't have to keep opening PRs to test new commits

Change-type: patch
Signed-off-by: Ryan Cooke <ryan@balena.io>
  • Loading branch information
rcooke-warwick committed Aug 16, 2024
1 parent becc269 commit 7ab736b
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@188a1131b73519bdb99c489341f665142fbea042 ## 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@ryan/cleanup ## 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 7ab736b

Please sign in to comment.