We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d37e08 commit 9d40eeeCopy full SHA for 9d40eee
.github/workflows/current.yml
@@ -27,7 +27,7 @@ concurrency:
27
28
jobs:
29
test:
30
- name: Specs - Ruby ${{ matrix.ruby }} ${{ matrix.appraisal }}${{ matrix.name_extra || '' }}
+ name: Specs ${{ matrix.ruby }}@${{ matrix.name_extra || '' }}
31
if: "!contains(github.event.commits[0].message, '[ci skip]') && !contains(github.event.commits[0].message, '[skip ci]')"
32
runs-on: ubuntu-latest
33
continue-on-error: ${{ matrix.experimental || endsWith(matrix.ruby, 'head') }}
0 commit comments