mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
chore(ci): cancel other build runs on duplicat
This commit is contained in:
parent
d5e3c784eb
commit
8cb4103f3f
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ jobs:
|
|||
uses: fkirc/skip-duplicate-actions@v5
|
||||
with:
|
||||
concurrent_skipping: 'same_content_newer'
|
||||
cancel_others: 'true'
|
||||
skip_after_successful_duplicate: 'true'
|
||||
|
||||
- name: Cache node modules
|
||||
uses: actions/cache@v3
|
||||
|
|
Loading…
Reference in a new issue