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

ruby-changes:74255

From: Takashi <ko1@a...>
Date: Wed, 26 Oct 2022 14:49:59 +0900 (JST)
Subject: [ruby-changes:74255] df43611021 (master): CI skip should not be notified [ci skip]

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

From df4361102158658a9419cd43a1ceb5a2e0ef29b9 Mon Sep 17 00:00:00 2001
From: Takashi Kokubun <takashikkbn@g...>
Date: Tue, 25 Oct 2022 22:49:31 -0700
Subject: CI skip should not be notified [ci skip]

---
 .github/workflows/cirrus-notify.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/cirrus-notify.yml b/.github/workflows/cirrus-notify.yml
index 156fd529f8..3fd693c2a3 100644
--- a/.github/workflows/cirrus-notify.yml
+++ b/.github/workflows/cirrus-notify.yml
@@ -9,6 +9,7 @@ jobs: https://github.com/ruby/ruby/blob/trunk/.github/workflows/cirrus-notify.yml#L9
       github.event.check_suite.app.name == 'Cirrus CI'
       && github.event.check_suite.conclusion != 'success'
       && github.event.check_suite.conclusion != 'cancelled'
+      && github.event.check_suite.conclusion != 'skipped'
     runs-on: ubuntu-latest
     steps:
       - name: Dump GitHub context
-- 
cgit v1.2.3


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

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