diff --git a/.github/workflows/observability-charm-tests.yaml b/.github/workflows/observability-charm-tests.yaml index b8c8481f3..860f88dcc 100644 --- a/.github/workflows/observability-charm-tests.yaml +++ b/.github/workflows/observability-charm-tests.yaml @@ -38,9 +38,9 @@ jobs: run: pip install tox~=4.2 - name: Run the charm's unit tests - if: !matrix.disabled + if: ${{ !(matrix.disabled) }} run: tox -vve unit - name: Run the charm's static analysis checks - if: !matrix.disabled + if: ${{ !(matrix.disabled) }} run: tox -vve static-charm