1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Ignore manual files only commits [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-10-18 17:05:56 +09:00
parent e35c528d72
commit 1e66d3b853
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
2 changed files with 4 additions and 2 deletions

View file

@ -17,6 +17,8 @@ skip_commits:
- '**/*.md' - '**/*.md'
- '**/*.rdoc' - '**/*.rdoc'
- '**/.document' - '**/.document'
- '**/*.[1-8]'
- '**/*.ronn'
environment: environment:
ruby_version: "24-%Platform%" ruby_version: "24-%Platform%"
matrix: matrix:

View file

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