Skip to content

Commit

Permalink
Try a sort of ternary operator
Browse files Browse the repository at this point in the history
  • Loading branch information
ret2libc committed Jul 24, 2020
1 parent 63e3f59 commit bdf400c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# TODO: build r2-bindings

build-and-test:
name: ${{ matrix.name }}-tests-${{ matrix.run_tests }}
name: ${{ matrix.name }}-${{ matrix.run_tests && "tests" || "build" }}
runs-on: ${{ matrix.os }}
timeout-minutes: 35
strategy:
Expand Down

0 comments on commit bdf400c

Please sign in to comment.