Skip to content

Commit

Permalink
Update test_run_qna.yaml
Browse files Browse the repository at this point in the history
testing relevance with workflow dispatch
  • Loading branch information
jgstew authored Dec 4, 2024
1 parent ef7a336 commit 7733905
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test_run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
name: test_run_qna

on:
workflow_dispatch:
inputs:
relevance:
description: 'Relevance to test'
required: true
type: string
push:
paths:
- ".github/workflows/test_run_qna.yaml"
Expand All @@ -14,7 +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: ("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 }}

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

0 comments on commit 7733905

Please sign in to comment.