Skip to content

Commit 57113e2

Browse files
committed
Fix boolean expression
1 parent 164328c commit 57113e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
postgresql-version: 17
3535
- name: Ensure PostgreSQL is not installed
36-
if: ! ${{ matrix.with-postgres }}
36+
if: ${{ ! matrix.with-postgres }}
3737
run: ! postgres
3838
- name: Tox flake8
3939
run: tox -e flake8

0 commit comments

Comments
 (0)