ci: apply concurrency limit for github workflows (#6243)
This commit is contained in:
4
.github/workflows/zig-build.yml
vendored
4
.github/workflows/zig-build.yml
vendored
@@ -6,6 +6,10 @@ on:
|
||||
branches:
|
||||
- master
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
||||
Reference in New Issue
Block a user