Skip to content

Commit

Permalink
Move concurrency settings to parent workflow (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
reakaleek authored Feb 15, 2024
1 parent c9ecc4f commit 709d413
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pre-post-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ env:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}

jobs:
validate-tag:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ on:
permissions:
contents: read


concurrency:
group: ${{ github.workflow }}

jobs:
validate-tag:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 709d413

Please sign in to comment.