summaryrefslogtreecommitdiff
path: root/.github/workflows/mingw.yml
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 11:39:38 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-08-02 12:39:50 +0900
commit8b466ea5fc00dcd400a57cc03db4537f0cb8fc81 (patch)
tree599dd3e18fbe79079f16efc1fae47fd89340e8c3 /.github/workflows/mingw.yml
parent7f4e86804d426d79807cc038fe4444f7c65f5c4a (diff)
Use `${{}}` for if statement
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4700
Diffstat (limited to '.github/workflows/mingw.yml')
-rw-r--r--.github/workflows/mingw.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 6787f96b6d..8f5a8e657f 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -136,7 +136,7 @@ jobs:
}
env:
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
- if: failure() && github.event_name == 'push'
+ if: ${{ failure() && github.event_name == 'push' }}
defaults:
run: