summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2025-01-24 12:50:40 -0500
committerPeter Zhu <peter@peterzhu.ca>2025-01-28 09:06:43 -0500
commit4a06ef98bfd480a3d724b16c2d7da071e373a69c (patch)
tree1851c1e2c9fbce7d1079340241d9e6240885dfbf
parentd3abee739f4feb91bb9aaae33877d70c8c576db0 (diff)
Remove results workflow from modgc
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12630
-rw-r--r--.github/workflows/modgc.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/modgc.yml b/.github/workflows/modgc.yml
index 03244c4a3d..5e8a7c6494 100644
--- a/.github/workflows/modgc.yml
+++ b/.github/workflows/modgc.yml
@@ -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