Remove deleted job from needs

This commit is contained in:
Daniel A. Wozniak 2025-02-04 00:24:16 -07:00 committed by Daniel Wozniak
parent edfb640fe3
commit 21df2a121d

View file

@ -18,8 +18,6 @@ jobs:
restart-failed-jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.run_attempt < 5 }}
needs:
- show-context
steps:
- name: Restart failed jobs
env: