Skip to content

Commit e3d9538

Browse files
authored
Remove concurrency settings from release.yml
Removed concurrency settings from the release workflow.
1 parent 182ce29 commit e3d9538

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ on:
44
release:
55
types: [published]
66

7-
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}
9-
cancel-in-progress: true
10-
117
permissions:
128
id-token: write # Required for OIDC
139
contents: read

0 commit comments

Comments
 (0)