Fix missing macOS version in Slack notifications
matrix.os is not set for some jobs.
This commit is contained in:
parent
98c923ff4b
commit
01f0dcd336
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -129,7 +129,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: ./.github/actions/slack
|
- uses: ./.github/actions/slack
|
||||||
with:
|
with:
|
||||||
label: ${{ matrix.os }} / ${{ matrix.test_task }}
|
label: ${{ matrix.os || (github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-14') }} / ${{ matrix.test_task }}
|
||||||
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
|
||||||
if: ${{ failure() }}
|
if: ${{ failure() }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user