Skip to content

Commit

Permalink
Ignore manual files only commits [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Oct 20, 2022
1 parent e35c528 commit 1e66d3b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ skip_commits:
- '**/*.md'
- '**/*.rdoc'
- '**/.document'
- '**/*.[1-8]'
- '**/*.ronn'
environment:
ruby_version: "24-%Platform%"
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

task:
name: Arm64 Graviton2 / $CC
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}', '.document')"
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
arm_container:
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
image: ghcr.io/ruby/ruby-ci-image:$CC
Expand Down Expand Up @@ -66,7 +66,7 @@ task:
yjit_task:
name: Arm64 Graviton2 / $CC YJIT
auto_cancellation: $CIRRUS_BRANCH != 'master'
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc}')"
skip: "changesIncludeOnly('doc/**', '**.{md,rdoc,ronn,[1-8]}', '.document')"
arm_container:
# We use the arm64 images at https://github.com/ruby/ruby-ci-image/pkgs/container/ruby-ci-image .
image: ghcr.io/ruby/ruby-ci-image:$CC
Expand Down

0 comments on commit 1e66d3b

Please sign in to comment.