mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 05:38:58 +03:00
chore(ci): cancel other build runs on duplicat
This commit is contained in:
parent
d4aeb2d461
commit
827b3f6576
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