diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2025-01-24 12:50:40 -0500 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2025-01-28 09:06:43 -0500 |
| commit | 4a06ef98bfd480a3d724b16c2d7da071e373a69c (patch) | |
| tree | 1851c1e2c9fbce7d1079340241d9e6240885dfbf | |
| parent | d3abee739f4feb91bb9aaae33877d70c8c576db0 (diff) | |
Remove results workflow from modgc
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12630
| -rw-r--r-- | .github/workflows/modgc.yml | 10 |
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 |
