mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-23 19:19:03 +08:00
cancel running runs that are obsolete
This commit is contained in:
parent
359d808c48
commit
d78370dd92
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
@ -6,7 +6,9 @@ on:
|
||||
- main
|
||||
- develop
|
||||
|
||||
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
Loading…
Reference in New Issue
Block a user