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 7733905 commit 0d9dabc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ on:
- "**"

env:
# relevance: ("Another Demo!", 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 }}
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 }}

# TODO: add OSes: Raspbian, Amazon Linux, SUSE Linux Enterprise, OpenSUSE Leap
# https://github.com/pguyot/arm-runner-action
Expand Down

0 comments on commit 0d9dabc

Please sign in to comment.