From a49d17a080c6ebbd1d6dc9ad83b0a46c610c387b Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 21 Sep 2023 12:17:01 +0900 Subject: Slack notification cannot send from other than ruby/* [ci skip] --- .github/workflows/spec_guards.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/spec_guards.yml') 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() }} -- cgit v1.2.3