summaryrefslogtreecommitdiff
path: root/.github/workflows/spec_guards.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/spec_guards.yml
parent7c98d520f4ae9bd2e2496f5bddc455af576c499f (diff)
Slack notification cannot send from other than ruby/* [ci skip]
Diffstat (limited to '.github/workflows/spec_guards.yml')
-rw-r--r--.github/workflows/spec_guards.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml
index 2604671caa..eb19fe3a3f 100644
--- a/.github/workflows/spec_guards.yml
+++ b/.github/workflows/spec_guards.yml
@@ -63,4 +63,4 @@ jobs:
with:
label: ${{ matrix.ruby }}
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
- if: ${{ failure() && github.event_name == 'push' }}
+ if: ${{ failure() }}