Skip to content

Commit 8a80460

Browse files
committed
Allow overriding the meta-balena ref for workflow dispatch
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 <florin@balena.io>
1 parent e20d1cd commit 8a80460

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/owa5x.yml

+7
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ on:
3030
required: false
3131
type: string
3232
default: balena-staging.com
33+
meta-balena-ref:
34+
description: meta-balena ref if not the currently pinned version
35+
required: false
36+
type: string
37+
default: ''
3338

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

0 commit comments

Comments
 (0)