automerge needs windows results

This commit is contained in:
Hiroshi SHIBATA 2024-08-22 09:47:13 +09:00
parent 8558bea27b
commit 8999fd1ac8
Notes: git 2024-08-22 02:06:40 +00:00

View File

@ -198,6 +198,16 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
if: ${{ failure() }}
result:
if: ${{ always() }}
name: ${{ github.workflow }} result
runs-on: windows-latest
needs: [make]
steps:
- run: exit 1
working-directory:
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
defaults:
run:
working-directory: build