Skip to content

Commit 709d413

Browse files
authored
Move concurrency settings to parent workflow (#229)
1 parent c9ecc4f commit 709d413

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/pre-post-release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ env:
2525
permissions:
2626
contents: read
2727

28-
concurrency:
29-
group: ${{ github.workflow }}
30-
3128
jobs:
3229
validate-tag:
3330
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ on:
1919
permissions:
2020
contents: read
2121

22+
23+
concurrency:
24+
group: ${{ github.workflow }}
25+
2226
jobs:
2327
validate-tag:
2428
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)