From 8ded0f333897ceadaec727244960756158f06bff Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Sat, 4 Nov 2023 10:46:04 +0100 Subject: [PATCH] [actions] in .github/workflows testsuite_oneprocess, use a pulldown menu for choosing the physics process instead of an arbitrary string --- .github/workflows/testsuite_oneprocess.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testsuite_oneprocess.yml b/.github/workflows/testsuite_oneprocess.yml index e34725ba88..a1bf1b4c5f 100644 --- a/.github/workflows/testsuite_oneprocess.yml +++ b/.github/workflows/testsuite_oneprocess.yml @@ -25,7 +25,9 @@ on: description: 'Physics process' default: 'gg_tt.mad' required: true - type: string + ###type: string + type: choice + options: [ gg_tt.mad, gg_ttg.mad ] #----------------------------------------------------------------------------------------------------------------------------------