Skip to content

Commit 3657e83

Browse files
Another attempt at matrix exclusion
1 parent 26235fd commit 3657e83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ jobs:
117117
agent-version: "2.9.45"
118118
libjuju-version: "2.9.44.1"
119119
exclude:
120-
- groups.path_to_test_file: tests/integration/test_data_integrator.py
121-
ubuntu-versions.series: focal
120+
- groups: {path_to_test_file: tests/integration/test_data_integrator.py}
121+
ubuntu-versions: {series: focal}
122122
name: ${{ matrix.juju-snap-channel }} - (GH hosted) ${{ matrix.groups.job_name }} | ${{ matrix.ubuntu-versions.series }}
123123
needs:
124124
- lint

0 commit comments

Comments
 (0)