Skip to content

Commit d6138de

Browse files
committed
workflow: concurrency limit
1 parent ad2d4b9 commit d6138de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ jobs:
3737
name: Build
3838
runs-on: ubuntu-latest
3939
timeout-minutes: 35
40+
concurrency:
41+
group: ${{ github.workflow }}-${{ github.ref }}
42+
cancel-in-progress: true
4043
outputs:
4144
version: ${{ steps.properties.outputs.version }}
4245
release_version: ${{ steps.properties.outputs.release_version }}

0 commit comments

Comments
 (0)