From 5c2c60f697113f59413e98cb7a4566544b446687 Mon Sep 17 00:00:00 2001 From: JGStew Date: Wed, 4 Dec 2024 09:57:58 -0500 Subject: [PATCH] Update test_run_qna.yaml test default --- .github/workflows/test_run_qna.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_run_qna.yaml b/.github/workflows/test_run_qna.yaml index 7651e68..063bd54 100644 --- a/.github/workflows/test_run_qna.yaml +++ b/.github/workflows/test_run_qna.yaml @@ -6,6 +6,7 @@ on: inputs: relevance: description: 'Relevance to test' + default: ("default relevance", it) of now required: true type: string push: @@ -20,8 +21,8 @@ on: - "**" env: - relevance_direct: ("Relevance in File", it) of ( (it as string) of operating system ; (it as string) of version of client ; elements of it ) of sets of pathnames of (files of it; folders of it) of folders ("/tmp";"/Windows/Temp") - relevance: ${{ inputs.relevance || env.relevance_direct }} + # relevance_direct: ("Relevance in File", it) of ( (it as string) of operating system ; (it as string) of version of client ; elements of it ) of sets of pathnames of (files of it; folders of it) of folders ("/tmp";"/Windows/Temp") + relevance: ${{ inputs.relevance || inputs.relevance.default }} # TODO: add OSes: Raspbian, Amazon Linux, SUSE Linux Enterprise, OpenSUSE Leap # https://github.com/pguyot/arm-runner-action