We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d15e29 commit 7ad5267Copy full SHA for 7ad5267
1 file changed
.github/workflows/setup-stackql.yml
@@ -13,7 +13,7 @@ defaults:
13
14
jobs:
15
stackql-test-matrix:
16
- name: Stackql local run on ${{ matrix.os }} without wrapper
+ name: Stackql local run on ${{ matrix.os }} ${{ 'with' if matrix.use_wrapper else 'without' }} wrapper
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
0 commit comments