Skip to content

Commit 65e2da2

Browse files
authored
Change name of the concurrency group
1 parent 742f1eb commit 65e2da2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ permissions:
4242
# Disallow concurrent runs for the same PR by cancelling in-progress runs
4343
# when new commits are pushed
4444
concurrency:
45-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
45+
group: Manual_Build-${{ github.event.pull_request.number || github.ref }}
4646
cancel-in-progress: true
4747

4848
jobs:

0 commit comments

Comments
 (0)