Skip to content

Commit 1198a1d

Browse files
Add [ci skip] GitHub theme test CI
1 parent b053492 commit 1198a1d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/jekyll-theme.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212

1313
jobs:
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
@@ -26,7 +27,7 @@ jobs:
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 }}
@@ -41,6 +42,7 @@ jobs:
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:
@@ -66,6 +68,7 @@ jobs:
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:
@@ -78,7 +81,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)