Skip to content

Commit

Permalink
Customize validation jobs, reducing run-group combos (#416)
Browse files Browse the repository at this point in the history
* customize validation jobs

* remove invalid config
  • Loading branch information
baltzell authored Jan 6, 2025
1 parent b4d07bb commit 515ddd7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,17 @@ on:
jobs:
validation:
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main
with:
matrix_evgen: >-
[
"e_p",
"e_n",
"e_g",
"e_pC",
"eFT_K",
"e_gFT"
]
matrix_config: >-
[
"rgb_fall2019"
]

0 comments on commit 515ddd7

Please sign in to comment.