diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2023-06-21 13:02:56 -0700 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2023-06-21 13:02:59 -0700 |
| commit | 4be594a5256adcc7b0114dde37b1d5455e6fb409 (patch) | |
| tree | bd86f2cf1387e67ec72578811618cded0eafab0f /.github | |
| parent | 585dbccb5142911be03afe2979e2d3ca65b19674 (diff) | |
Don't report neutral results of Cirrus CI
Diffstat (limited to '.github')
| -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 8bcc9e68a7..65868b9d13 100644 --- a/.github/workflows/cirrus-notify.yml +++ b/.github/workflows/cirrus-notify.yml @@ -13,6 +13,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 != 'neutral' && github.event.check_suite.conclusion != 'skipped' && github.event.check_suite.head_branch == 'master' runs-on: ubuntu-latest |
