Skip to content

Commit 4c7cbe3

Browse files
committed
chore: remove concurrency limits on auto-renaming workflow
1 parent 128d1fe commit 4c7cbe3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/rename-module.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ on:
99
type: string
1010
default: "2bd6bd01d2e8561dd7fc21b631f4a34ac16627a1"
1111

12-
concurrency:
13-
group: ${{ github.workflow }}-${{ github.ref }}
14-
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
15-
1612
jobs:
1713
rename-module:
1814
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)