Skip to content

Commit f1be768

Browse files
committed
Remove concurrency group from publish
1 parent e35522a commit f1be768

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/publish.yml

-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ on:
55
tags:
66
- 'v*'
77

8-
9-
concurrency:
10-
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
11-
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
128
jobs:
139
check:
1410
uses: ./.github/workflows/check.yml

0 commit comments

Comments
 (0)