Skip to content

Commit d93c284

Browse files
committed
...
1 parent c8c6866 commit d93c284

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/pull-request.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
- 'README.md'
1212
- 'LICENSE'
1313

14+
concurrency:
15+
group: 'pull-request-build-${{ github.event.pull_request.number }}'
16+
cancel-in-progress: true
17+
1418
jobs:
1519
generate_infos:
1620
uses: fullstack-devops/git-workflows/.github/workflows/generate-build-infos.yml@main

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- 'CHANGELOG.md'
1414
- 'LICENSE'
1515

16+
concurrency:
17+
group: 'release-build-${{ github.run_id }}'
18+
cancel-in-progress: false
19+
1620
jobs:
1721
create_release:
1822
uses: fullstack-devops/git-workflows/.github/workflows/create-release.yml@main

0 commit comments

Comments
 (0)