From 529f46f8e89ad74d09fce0a58420aa1c48c1d877 Mon Sep 17 00:00:00 2001 From: Andrea Valassi Date: Wed, 8 Nov 2023 19:05:57 +0100 Subject: [PATCH] [actions] in .github/workflows/testsuite, reeenable more physics processes --- .github/workflows/testsuite_allprocesses.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testsuite_allprocesses.yml b/.github/workflows/testsuite_allprocesses.yml index 85c49f2a43..a2b0a01051 100644 --- a/.github/workflows/testsuite_allprocesses.yml +++ b/.github/workflows/testsuite_allprocesses.yml @@ -32,8 +32,8 @@ 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, gq_ttq] + 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, gq_ttq] suffix: [mad, sa] uses: ./.github/workflows/testsuite_oneprocess.yml with: