We don't need the result job for now

This commit is contained in:
Takashi Kokubun 2025-02-10 15:08:13 -08:00
parent 8d1c404dc1
commit 6bc9e8e423
Notes: git 2025-04-18 13:49:11 +00:00

View File

@ -138,16 +138,6 @@ 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: ubuntu-latest
needs: [make]
steps:
- run: exit 1
working-directory:
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
defaults:
run:
working-directory: build