[前][次][番号順一覧][スレッド一覧]

ruby-changes:74143

From: Nobuyoshi <ko1@a...>
Date: Thu, 20 Oct 2022 21:58:33 +0900 (JST)
Subject: [ruby-changes:74143] 1e66d3b853 (master): Ignore manual files only commits [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=1e66d3b853

From 1e66d3b8532539a53cf97bcca477d0a8b4b426bc Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 18 Oct 2022 17:05:56 +0900
Subject: Ignore manual files only commits [ci skip]

---
 .appveyor.yml | 2 ++
 .cirrus.yml   | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.appveyor.yml b/.appveyor.yml
index 4eca17a210..6803edff9b 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -17,6 +17,8 @@ skip_commits: https://github.com/ruby/ruby/blob/trunk/.appveyor.yml#L17
     - '**/*.md'
     - '**/*.rdoc'
     - '**/.document'
+    - '**/*.[1-8]'
+    - '**/*.ronn'
 environment:
   ruby_version: "24-%Platform%"
   matrix:
diff --git a/.cirrus.yml b/.cirrus.yml
index cd16548571..800abb9638 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -10,7 +10,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L10
 
 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: https://github.com/ruby/ruby/blob/trunk/.cirrus.yml#L66
 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
-- 
cgit v1.2.3


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]