Skip to content

Commit

Permalink
Remove results workflow from modgc
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Jan 28, 2025
1 parent d3abee7 commit 4a06ef9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/modgc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4a06ef9

Please sign in to comment.