Skip to content

Commit

Permalink
Remove an unnecessary or.
Browse files Browse the repository at this point in the history
The name_suffix property is always set.
  • Loading branch information
philr committed Jan 11, 2021
1 parent f29fe6f commit be39bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
test:
name: ${{ matrix.ruby }} on ${{ matrix.os }}${{ matrix.name_suffix || '' }}
name: ${{ matrix.ruby }} on ${{ matrix.os }}${{ matrix.name_suffix }}
strategy:
matrix:
os: [ubuntu-20.04, windows-2019]
Expand Down

0 comments on commit be39bfa

Please sign in to comment.