Skip to content

Commit 1e66d3b

Browse files
committed
Ignore manual files only commits [ci skip]
1 parent e35c528 commit 1e66d3b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ skip_commits:
1717
- '**/*.md'
1818
- '**/*.rdoc'
1919
- '**/.document'
20+
- '**/*.[1-8]'
21+
- '**/*.ronn'
2022
environment:
2123
ruby_version: "24-%Platform%"
2224
matrix:

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010

1111
task:
1212
name: Arm64 Graviton2 / $CC
13-
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}', '.document')"
13+
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
1414
arm_container:
1515
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
1616
image: ghcr.io/ruby/ruby-ci-image:$CC
@@ -66,7 +66,7 @@ task:
6666
yjit_task:
6767
name: Arm64 Graviton2 / $CC YJIT
6868
auto_cancellation: $CIRRUS_BRANCH != 'master'
69-
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
69+
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
7070
arm_container:
7171
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
7272
image: ghcr.io/ruby/ruby-ci-image:$CC

0 commit comments

Comments
 (0)