File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212
1313jobs :
1414 gem_build :
15+ if : " !contains(github.event.commits[0].message, '[ci skip]')"
1516 name : " Gem build (Ruby ${{ matrix.ruby }} on ${{ matrix.os }})"
1617 strategy :
1718 fail-fast : false
2627 uses : actions/checkout@v4
2728 with :
2829 fetch-depth : 1
29- - name : " Setup Ruby ${{ matrix.ruby }} on ${{ matrix.os }}"
30+ - name : " Set up Ruby ${{ matrix.ruby }} on ${{ matrix.os }}"
3031 uses : ruby/setup-ruby@v1
3132 with :
3233 ruby-version : ${{ matrix.ruby }}
4142
4243 gem_build_jruby :
4344 name : " Gem build (JRuby on ${{ matrix.os }})"
45+ if : " !contains(github.event.commits[0].message, '[ci skip]')"
4446 strategy :
4547 fail-fast : false
4648 matrix :
6668
6769 gem_build_windows_11_arm :
6870 name : " Gem build (Ruby ${{ matrix.ruby }} on windows-11-arm)"
71+ if : " !contains(github.event.commits[0].message, '[ci skip]')"
6972 strategy :
7073 fail-fast : false
7174 matrix :
7881 uses : actions/checkout@v4
7982 with :
8083 fetch-depth : 1
81- - name : " Setup Ruby ${{ matrix.ruby }} on windows-11-arm"
84+ - name : " Set up Ruby ${{ matrix.ruby }} on windows-11-arm"
8285 uses : ruby/setup-ruby@v1
8386 with :
8487 ruby-version : ${{ matrix.ruby }}
You can’t perform that action at this time.
0 commit comments