mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
cancel running build runs in concurrency
This commit is contained in:
parent
10c537aac9
commit
dbc0f09414
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -3,6 +3,10 @@
|
||||
|
||||
name: build
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
|
Loading…
Reference in New Issue
Block a user