mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Cancel in progress npm master publishes if multuple in flight (#5306)
This commit is contained in:
parent
6e63abfc3b
commit
5263738c04
3
.github/workflows/publish-master-npm.yml
vendored
3
.github/workflows/publish-master-npm.yml
vendored
@ -3,6 +3,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
concurrency:
|
||||||
|
group: publish-master-npm
|
||||||
|
cancel-in-progress: true
|
||||||
jobs:
|
jobs:
|
||||||
publish:
|
publish:
|
||||||
name: Publish NPM Package `master`
|
name: Publish NPM Package `master`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user