зеркало из https://github.com/github/ruby.git
Ignore manual files only commits [ci skip]
This commit is contained in:
Родитель
e35c528d72
Коммит
1e66d3b853
|
@ -17,6 +17,8 @@ skip_commits:
|
|||
- '**/*.md'
|
||||
- '**/*.rdoc'
|
||||
- '**/.document'
|
||||
- '**/*.[1-8]'
|
||||
- '**/*.ronn'
|
||||
environment:
|
||||
ruby_version: "24-%Platform%"
|
||||
matrix:
|
||||
|
|
|
@ -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
|
||||
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче