diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 946b23f2b..eca01907e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: rake_task: 'acceptance:local' runs_on: ${{ matrix.os }} - on-failure-workflow-restarter-proxy: + workflow-restarter-job: # (1) run this job after the "acceptance" job and... needs: [acceptance] # (2) continue ONLY IF "acceptance" fails