1
0
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:
Sebastian Malton 2022-05-02 08:36:05 -07:00 committed by GitHub
parent 6e63abfc3b
commit 5263738c04
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`