Skip to content

Commit

Permalink
CI skip should not be notified [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed Oct 26, 2022
1 parent 1161454 commit df43611
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cirrus-notify.yml
Expand Up @@ -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
Expand Down

0 comments on commit df43611

Please sign in to comment.