summaryrefslogtreecommitdiff
path: root/.github/workflows/rjit-bindgen.yml
diff options
context:
space:
mode:
authorNARUSE, Yui <naruse@airemix.jp>2023-05-12 17:15:13 +0900
committerNARUSE, Yui <naruse@airemix.jp>2023-05-12 17:15:13 +0900
commitd314fe42f987fcfaad67f102ec418ee4ca32ee99 (patch)
treea4e8f88b2427a83cfacae6a59e14a5f0e04178a7 /.github/workflows/rjit-bindgen.yml
parent27a21ad201b04f9af6c206836b4c7543fb69a1e7 (diff)
Revert "Don't call action-slack if SLACK_WEBHOOK_URL is not set"
This reverts commit 223a79e6830ca9c3619258ac00eebffb7754a0a1.
Diffstat (limited to '.github/workflows/rjit-bindgen.yml')
-rw-r--r--.github/workflows/rjit-bindgen.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml
index 47ac3a0f7d..dafbc367f4 100644
--- a/.github/workflows/rjit-bindgen.yml
+++ b/.github/workflows/rjit-bindgen.yml
@@ -97,7 +97,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: