From bc855bcc747005ec6b2aad8d6bdc26f5e6547c44 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Wed, 8 Nov 2023 20:10:42 +0100 Subject: [PATCH] [actions/nobm] in .github/workflows/testsuite, add nobm_pp_ttW to the list of physics processes (test #783?) --- .github/workflows/testsuite_allprocesses.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testsuite_allprocesses.yml b/.github/workflows/testsuite_allprocesses.yml index a2b0a01051..41b3b1b0db 100644 --- a/.github/workflows/testsuite_allprocesses.yml +++ b/.github/workflows/testsuite_allprocesses.yml @@ -32,7 +32,7 @@ jobs: fail-fast: false # important to see all results even if one fails (fail-fast is true by default) matrix: # FIXME? Can the list of supported processes be specified only once in oneprocess.yml or allprocesses.yml? - process: [ee_mumu, gg_tt, gg_ttg, gg_ttgg, gg_ttggg, gg_tt01g, gq_ttq, pp_tt012j] + process: [ee_mumu, gg_tt, gg_ttg, gg_ttgg, gg_ttggg, gg_tt01g, gq_ttq, pp_tt012j, nobm_pp_ttW] ###process: [ee_mumu, gg_tt, gg_ttg, gg_ttgg, gq_ttq] suffix: [mad, sa] uses: ./.github/workflows/testsuite_oneprocess.yml