Skip to content

Commit c03917f

Browse files
committed
update workflow file
1 parent cd42f0b commit c03917f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
rubocop: true
278278
build: true
279279
- name: "Test JRuby"
280-
if: "${{ matrix.os == 'ubuntu-latest'"
280+
if: "${{ matrix.os == 'ubuntu-latest' }}"
281281
uses: ./.github/actions/test_gem
282282
with:
283283
gem: "${{ matrix.gem }}"

0 commit comments

Comments
 (0)