mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Notify ZJIT CI failures
This commit is contained in:
parent
72c7d9f4c5
commit
138451f853
6
.github/workflows/zjit-macos.yml
vendored
6
.github/workflows/zjit-macos.yml
vendored
@ -120,6 +120,12 @@ jobs:
|
||||
TESTS: ${{ matrix.tests }}
|
||||
continue-on-error: ${{ matrix.continue-on-test_task || false }}
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.test_task }} ${{ matrix.configure }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
if: ${{ failure() }}
|
||||
|
||||
result:
|
||||
if: ${{ always() }}
|
||||
name: ${{ github.workflow }} result
|
||||
|
||||
6
.github/workflows/zjit-ubuntu.yml
vendored
6
.github/workflows/zjit-ubuntu.yml
vendored
@ -162,6 +162,12 @@ jobs:
|
||||
TESTS: ${{ matrix.tests }}
|
||||
continue-on-error: ${{ matrix.continue-on-test_task || false }}
|
||||
|
||||
- uses: ./.github/actions/slack
|
||||
with:
|
||||
label: ${{ matrix.test_task }} ${{ matrix.configure }}
|
||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||
if: ${{ failure() }}
|
||||
|
||||
result:
|
||||
if: ${{ always() }}
|
||||
name: ${{ github.workflow }} result
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user