Skip to content

Commit b205046

Browse files
authored
Remove concurrency block (#29)
1 parent 24a2b05 commit b205046

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/bump-kotlin-shadow.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
env:
99
DEVELOCITY_ACCESS_KEY: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
1010

11-
# Cancel any current or previous job from the same PR
12-
concurrency:
13-
group: ${{ github.head_ref }}
14-
cancel-in-progress: true
15-
1611
jobs:
1712
tests-gradle:
1813
if: "!startsWith(github.head_ref, 'release-')"

0 commit comments

Comments
 (0)