Skip to content

Commit 4a06ef9

Browse files
committed
Remove results workflow from modgc
1 parent d3abee7 commit 4a06ef9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/modgc.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -175,16 +175,6 @@ jobs:
175175
SLACK_WEBHOOK_URL: ${{ secrets.SIMPLER_ALERTS_URL }} # ruby-lang slack: ruby/simpler-alerts-bot
176176
if: ${{ failure() }}
177177

178-
result:
179-
if: ${{ always() }}
180-
name: ${{ github.workflow }} result
181-
runs-on: ubuntu-latest
182-
needs: [check]
183-
steps:
184-
- run: exit 1
185-
working-directory:
186-
if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }}
187-
188178
defaults:
189179
run:
190180
working-directory: build

0 commit comments

Comments
 (0)