From d28fa76260afb37c72291598a8c7bcdb391e7330 Mon Sep 17 00:00:00 2001 From: Will Bush Date: Tue, 23 Apr 2024 20:31:57 -0500 Subject: [PATCH] Revert "workflows: add concurrency group to check-by-name workflow" This reverts commit 75600cde6bb25b0e04d2a10d0fb9aaf975e1da81. --- .github/workflows/check-by-name.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/check-by-name.yml b/.github/workflows/check-by-name.yml index d063d298cc2a..a5070679c9d0 100644 --- a/.github/workflows/check-by-name.yml +++ b/.github/workflows/check-by-name.yml @@ -16,13 +16,6 @@ on: # so it shouldn't be a problem types: [opened, synchronize, reopened, edited] -# Create a check-by-name concurrency group based on the branch name. if a new -# commit is pushed to the main branch while a previous run is still in progress, -# the previous run will be cancelled and the new one will start. -concurrency: - group: check-by-name-${{ github.ref }} - cancel-in-progress: true - permissions: # We need this permission to cancel the workflow run if there's a merge conflict actions: write