Skip to content

Commit 138451f

Browse files
committed
Notify ZJIT CI failures
1 parent 72c7d9f commit 138451f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.github/workflows/zjit-macos.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/zjit-ubuntu.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)