Skip to content

Commit

Permalink
ci: don't use empty string because it's falsey
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Jan 12, 2022
1 parent 7a5e5cc commit 6a8f424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-backends.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
path: junit.xml

test_postgres:
name: PostgreSQL deps-${{ (matrix.deps && '') || 'un' }}bounded python-${{ matrix.python-version }}
name: PostgreSQL deps-${{ (matrix.deps && 'bounded') || 'unbounded' }} python-${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 6a8f424

Please sign in to comment.