Skip to content

Commit

Permalink
automerge needs windows results
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 22, 2024
1 parent 773cf88 commit 33f1578
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33f1578

Please sign in to comment.