summaryrefslogtreecommitdiff
path: root/.github/workflows/check_misc.yml
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-21 12:17:01 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-09-21 15:21:57 +0900
commita49d17a080c6ebbd1d6dc9ad83b0a46c610c387b (patch)
tree62718b5d039da103e71ee06dcc152d01ad18ad77 /.github/workflows/check_misc.yml
parent7c98d520f4ae9bd2e2496f5bddc455af576c499f (diff)
Slack notification cannot send from other than ruby/* [ci skip]
Diffstat (limited to '.github/workflows/check_misc.yml')
-rw-r--r--.github/workflows/check_misc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_misc.yml b/.github/workflows/check_misc.yml
index a68d54cdb8..42f934bfec 100644
--- a/.github/workflows/check_misc.yml
+++ b/.github/workflows/check_misc.yml
@@ -103,4 +103,4 @@ jobs:
- uses: ./.github/actions/slack
with:
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
- if: ${{ failure() && github.event_name == 'push' }}
+ if: ${{ failure() }}