diff --git a/.github/workflows/benchmark_group_2.yml b/.github/workflows/benchmark_group_2.yml index 4cea2e0..bc5dead 100644 --- a/.github/workflows/benchmark_group_2.yml +++ b/.github/workflows/benchmark_group_2.yml @@ -56,7 +56,7 @@ jobs: name: Stop self-hosted EC2 runner needs: - start-runner # required to get output from the start-runner job - - do-the-job # required to wait when the main job is done + - run-server # required to wait when the main job is done runs-on: ubuntu-latest if: ${{ always() }} # required to stop the runner even if the error happened in the previous jobs steps: