From df4361102158658a9419cd43a1ceb5a2e0ef29b9 Mon Sep 17 00:00:00 2001 From: Takashi Kokubun 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(+) (limited to '.github/workflows/cirrus-notify.yml') 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: 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