Skip to content

Commit 07e54f5

Browse files
committed
Exclude JET and nopre groups from lts and pre Julia versions
1 parent 553b92e commit 07e54f5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/Tests.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ jobs:
3030
- "Core"
3131
- "Downstream"
3232
- "JET"
33+
- "nopre"
34+
exclude:
35+
- version: "lts"
36+
group: "JET"
37+
- version: "pre"
38+
group: "JET"
39+
- version: "lts"
40+
group: "nopre"
41+
- version: "pre"
42+
group: "nopre"
3343
uses: "SciML/.github/.github/workflows/tests.yml@v1"
3444
with:
3545
group: "${{ matrix.group }}"

0 commit comments

Comments
 (0)