禁止多个构建任务同时进行
This commit is contained in:
parent
c82bb47511
commit
71e9b64046
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@ -1,5 +1,9 @@
|
||||
name: Build
|
||||
# makes little sense, spell-checker: disable
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user