From d314fe42f987fcfaad67f102ec418ee4ca32ee99 Mon Sep 17 00:00:00 2001 From: "NARUSE, Yui" Date: Fri, 12 May 2023 17:15:13 +0900 Subject: Revert "Don't call action-slack if SLACK_WEBHOOK_URL is not set" This reverts commit 223a79e6830ca9c3619258ac00eebffb7754a0a1. --- .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 b1346d6ec3..311db28744 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -149,7 +149,7 @@ jobs: } env: SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot - if: ${{ failure() && github.event_name == 'push' && secrets.SIMPLER_ALERTS_URL }} + if: ${{ failure() && github.event_name == 'push' }} defaults: run: -- cgit v1.2.3