diff options
| author | Takashi Kokubun <takashikkbn@gmail.com> | 2025-02-10 15:08:13 -0800 |
|---|---|---|
| committer | Takashi Kokubun <takashikkbn@gmail.com> | 2025-04-18 21:52:57 +0900 |
| commit | 6bc9e8e42353406638b8cebcc1312c73c1e2bdd2 (patch) | |
| tree | 837a1f33caf67cb6cbdd943da08a63cc91494368 | |
| parent | 8d1c404dc1a8d850be1d395087cab3b4a834dae7 (diff) | |
We don't need the result job for now
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/13131
| -rw-r--r-- | .github/workflows/zjit-ubuntu.yml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/.github/workflows/zjit-ubuntu.yml b/.github/workflows/zjit-ubuntu.yml index d79a841d77..327c6f61d4 100644 --- a/.github/workflows/zjit-ubuntu.yml +++ b/.github/workflows/zjit-ubuntu.yml @@ -138,16 +138,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: [make] - steps: - - run: exit 1 - working-directory: - if: ${{ contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled') }} - defaults: run: working-directory: build |
