mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
Revert "workflows: add concurrency group to check-by-name workflow"
This reverts commit 75600cde6b
.
This commit is contained in:
parent
126feda420
commit
d28fa76260
7
.github/workflows/check-by-name.yml
vendored
7
.github/workflows/check-by-name.yml
vendored
@ -16,13 +16,6 @@ on:
|
|||||||
# so it shouldn't be a problem
|
# so it shouldn't be a problem
|
||||||
types: [opened, synchronize, reopened, edited]
|
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:
|
permissions:
|
||||||
# We need this permission to cancel the workflow run if there's a merge conflict
|
# We need this permission to cancel the workflow run if there's a merge conflict
|
||||||
actions: write
|
actions: write
|
||||||
|
Loading…
Reference in New Issue
Block a user