Skip to content

Commit

Permalink
chore: fix matrix in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaqq committed Nov 28, 2024
1 parent b28a7a4 commit 83db429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/observability-charm-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ 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
Expand Down

0 comments on commit 83db429

Please sign in to comment.