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/bundled_gems.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows/bundled_gems.yml') diff --git a/.github/workflows/bundled_gems.yml b/.github/workflows/bundled_gems.yml index 0537d26cff..3396e562c0 100644 --- a/.github/workflows/bundled_gems.yml +++ b/.github/workflows/bundled_gems.yml @@ -135,4 +135,4 @@ 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' }} -- cgit v1.2.3