From ce760a833a6fa58bfa888c6c42ff05b0f7c89f3b Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 11 Jan 2024 16:29:16 +0100 Subject: [PATCH] fix(CI): Don't cancel "in Repositories" from the normal testing job Signed-off-by: Joas Schilling --- .github/workflows/test-repositories.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-repositories.yml b/.github/workflows/test-repositories.yml index 88c960e..08c93f0 100644 --- a/.github/workflows/test-repositories.yml +++ b/.github/workflows/test-repositories.yml @@ -17,7 +17,7 @@ permissions: contents: read concurrency: - group: openapi-${{ github.head_ref || github.run_id }} + group: openapi-repositories-${{ github.head_ref || github.run_id }} cancel-in-progress: true jobs: