Skip to content

Commit

Permalink
[actions/nobm] in .github/workflows/testsuite, add nobm_pp_ttW to the…
Browse files Browse the repository at this point in the history
… list of physics processes (test madgraph5#783?)
  • Loading branch information
valassi committed Nov 8, 2023
1 parent 439c05e commit bc855bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testsuite_allprocesses.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc855bc

Please sign in to comment.