mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +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
|
name: build
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user