Skip to content

Commit eddf296

Browse files
Attempt at correcting ci.yaml invalid workflow file
1 parent 6b47d09 commit eddf296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
- juju-snap-channel: "2.9/stable"
117117
agent-version: "2.9.45"
118118
libjuju-version: "2.9.44.1"
119-
if: ${{ ! (matrix.groups.path_to_test_file == "tests/integration/test_data_integrator.py" && matrix.ubuntu-versions.series == "focal") }}
119+
if: (! (${{ matrix.groups.path_to_test_file }} == "tests/integration/test_data_integrator.py" && ${{ matrix.ubuntu-versions.series == "focal" }}))
120120
name: ${{ matrix.juju-snap-channel }} - (GH hosted) ${{ matrix.groups.job_name }} | ${{ matrix.ubuntu-versions.series }}
121121
needs:
122122
- lint

0 commit comments

Comments
 (0)