From 8952bcfd9bbe0e1f1c83e2548468a7f149d756cb Mon Sep 17 00:00:00 2001 From: Dana Doherty Date: Thu, 5 Sep 2024 15:00:54 +0100 Subject: [PATCH] test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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