We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b47d09 commit eddf296Copy full SHA for eddf296
.github/workflows/ci.yaml
@@ -116,7 +116,7 @@ jobs:
116
- juju-snap-channel: "2.9/stable"
117
agent-version: "2.9.45"
118
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") }}
+ if: (! (${{ matrix.groups.path_to_test_file }} == "tests/integration/test_data_integrator.py" && ${{ matrix.ubuntu-versions.series == "focal" }}))
120
name: ${{ matrix.juju-snap-channel }} - (GH hosted) ${{ matrix.groups.job_name }} | ${{ matrix.ubuntu-versions.series }}
121
needs:
122
- lint
0 commit comments