File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,12 @@ jobs:
120120 TESTS : ${{ matrix.tests }}
121121 continue-on-error : ${{ matrix.continue-on-test_task || false }}
122122
123+ - uses : ./.github/actions/slack
124+ with :
125+ label : ${{ matrix.test_task }} ${{ matrix.configure }}
126+ SLACK_WEBHOOK_URL : ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
127+ if : ${{ failure() }}
128+
123129 result :
124130 if : ${{ always() }}
125131 name : ${{ github.workflow }} result
Original file line number Diff line number Diff line change @@ -162,6 +162,12 @@ jobs:
162162 TESTS : ${{ matrix.tests }}
163163 continue-on-error : ${{ matrix.continue-on-test_task || false }}
164164
165+ - uses : ./.github/actions/slack
166+ with :
167+ label : ${{ matrix.test_task }} ${{ matrix.configure }}
168+ SLACK_WEBHOOK_URL : ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
169+ if : ${{ failure() }}
170+
165171 result :
166172 if : ${{ always() }}
167173 name : ${{ github.workflow }} result
You can’t perform that action at this time.
0 commit comments