From d1adea205b6e5f8e593cfca8ed0715591977e002 Mon Sep 17 00:00:00 2001 From: Oscar Hermoso Date: Fri, 27 Sep 2024 08:53:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Move=20cancel-in-progress=20to?= =?UTF-8?q?=20correct=20location?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95a1aca..9596866 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,6 @@ on: permissions: # Permission for checking out code contents: read - cancel-in-progress: true # would be nice if GH offered cancel-pending instead, https://github.com/orgs/community/discussions/63136 jobs: acceptance: @@ -22,6 +21,7 @@ jobs: environment: test concurrency: group: test + cancel-in-progress: true # would be nice if GH offered cancel-pending instead, https://github.com/orgs/community/discussions/63136 steps: - uses: actions/checkout@v3 - uses: actions/setup-go@v4