diff options
-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 |