Skip to content

Commit

Permalink
Allow overriding the meta-balena ref for workflow dispatch
Browse files Browse the repository at this point in the history
This enables manual testing of meta-balena PRs directly
on device repos.

Changelog-entry: Allow custom meta-balena ref on workflow dispatch
Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Nov 4, 2024
1 parent e20d1cd commit 8a80460
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/owa5x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ on:
required: false
type: string
default: balena-staging.com
meta-balena-ref:
description: meta-balena ref if not the currently pinned version
required: false
type: string
default: ''

jobs:
yocto:
Expand All @@ -47,3 +52,5 @@ jobs:
force-finalize: ${{ inputs.force-finalize || false }}
# Default to balena-staging.com for workflow dispatch, but balena-cloud.com for other events
deploy-environment: ${{ inputs.deploy-environment || 'balena-cloud.com' }}
# Allow overriding the meta-balena ref for workflow dispatch events
meta-balena-ref: ${{ inputs.meta-balena-ref || '' }}

0 comments on commit 8a80460

Please sign in to comment.