diff options
author | Takashi Kokubun <takashikkbn@gmail.com> | 2022-10-25 22:49:31 -0700 |
---|---|---|
committer | Takashi Kokubun <takashikkbn@gmail.com> | 2022-10-25 22:49:35 -0700 |
commit | df4361102158658a9419cd43a1ceb5a2e0ef29b9 (patch) | |
tree | 09c1bacf60843c7dbdc6eb97fef8f8d35e2aff6a | |
parent | 1161454806f50a4be56347e5da897dda6b841d27 (diff) |
CI skip should not be notified [ci skip]
-rw-r--r-- | .github/workflows/cirrus-notify.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |