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/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/windows.yml') diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 1002b8d606..114ae6d116 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -182,7 +182,7 @@ jobs: with: label: VS${{ matrix.vs }} / ${{ matrix.test_task || 'check' }} SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot - if: ${{ failure() && github.event_name == 'push' }} + if: ${{ failure() }} defaults: run: -- cgit v1.2.3