From 918cdc9b6c36b0c55eabd43c7ac94360763cc701 Mon Sep 17 00:00:00 2001 From: ryaneggz Date: Mon, 21 Aug 2023 14:02:13 -0500 Subject: [PATCH] Remove stop, for now. When multiple occur shutsdown runner --- .github/workflows/repo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/repo.yml b/.github/workflows/repo.yml index 9e655ea2..4d969f7e 100644 --- a/.github/workflows/repo.yml +++ b/.github/workflows/repo.yml @@ -111,8 +111,8 @@ jobs: stop: needs: [runner, setup, build] runs-on: ubuntu-latest - if: always() - # if: false + # if: always() + if: false steps: - name: Stop running tasks run: |