Skip to content

Commit

Permalink
Update test_run_qna.yaml
Browse files Browse the repository at this point in the history
test default
  • Loading branch information
jgstew authored Dec 4, 2024
1 parent 0d9dabc commit 5c2c60f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
inputs:
relevance:
description: 'Relevance to test'
default: ("default relevance", it) of now
required: true
type: string
push:
Expand All @@ -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
Expand Down

0 comments on commit 5c2c60f

Please sign in to comment.