Skip to content

Commit

Permalink
Don't report neutral results of Cirrus CI
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Jun 21, 2023
1 parent 585dbcc commit 4be594a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cirrus-notify.yml
Expand Up @@ -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
Expand Down

0 comments on commit 4be594a

Please sign in to comment.