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