From b06a223d04b8035b4a4876a1de0b3cff08f56db6 Mon Sep 17 00:00:00 2001 From: VeithMetro Date: Thu, 21 May 2026 10:12:39 +0200 Subject: [PATCH] Make it possible to specify the interfaces tag --- .github/workflows/Linux build template.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Linux build template.yml b/.github/workflows/Linux build template.yml index 2b778726..6458326a 100644 --- a/.github/workflows/Linux build template.yml +++ b/.github/workflows/Linux build template.yml @@ -5,6 +5,11 @@ permissions: on: workflow_call: + inputs: + thunderinterfaces_ref: + description: 'ThunderInterfaces ref to checkout (branch, tag, or SHA). Defaults to R4_4.' + type: string + default: 'R4_4' jobs: ThunderInterfaces: @@ -81,7 +86,7 @@ jobs: with: path: ThunderInterfaces repository: rdkcentral/ThunderInterfaces - ref: R4_4 + ref: ${{ inputs.thunderinterfaces_ref }} - name: Regex ThunderInterfaces if: contains(github.event.pull_request.body, '[DependsOn=ThunderInterfaces:')