Skip to content

Commit 06decc9

Browse files
committed
fixup! fixup! CI: Reduce duplication my having extra gemfiles
1 parent b6b991f commit 06decc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- {ruby: "3.4", gemfile: "gemfiles/latest_rubocop.rb", task: spec}
4646
- {ruby: "3.4", gemfile: "gemfiles/latest_rspec_4.rb", task: spec}
4747
name: >
48-
${{ matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || ' }}
48+
${{ matrix.gemfile == 'Gemfile' && 'Ruby ${{ matrix.ruby }}:' || '' }}
4949
${{ matrix.task }}
5050
${{ matrix.gemfile != 'Gemfile' && matrix.gemfile || ''}}
5151
env:

0 commit comments

Comments
 (0)