Skip to content

Commit 515ddd7

Browse files
authored
Customize validation jobs, reducing run-group combos (#416)
* customize validation jobs * remove invalid config
1 parent b4d07bb commit 515ddd7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/validation.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,17 @@ on:
1010
jobs:
1111
validation:
1212
uses: JeffersonLab/clas12-validation/.github/workflows/ci.yml@main
13+
with:
14+
matrix_evgen: >-
15+
[
16+
"e_p",
17+
"e_n",
18+
"e_g",
19+
"e_pC",
20+
"eFT_K",
21+
"e_gFT"
22+
]
23+
matrix_config: >-
24+
[
25+
"rgb_fall2019"
26+
]

0 commit comments

Comments
 (0)