Remove results workflow from modgc

This commit is contained in:
Peter Zhu 2025-01-24 12:50:40 -05:00
parent d3abee739f
commit 4a06ef98bf
Notes: git 2025-01-28 14:07:00 +00:00

View File

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