summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorWill Bush <git@willbush.dev>2024-04-23 20:31:57 -0500
committerWill Bush <git@willbush.dev>2024-04-23 20:31:57 -0500
commitd28fa76260afb37c72291598a8c7bcdb391e7330 (patch)
tree9488442194ce1544717d82b2ed0067153603fbb3 /.github
parent126feda42027e7c3d7fe8ecfd31b7680eddaa444 (diff)
Revert "workflows: add concurrency group to check-by-name workflow"
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/check-by-name.yml7
1 files changed, 0 insertions, 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