mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix if
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
c13edf921e
commit
afacfa9efa
4
.github/workflows/publish-master-npm.yml
vendored
4
.github/workflows/publish-master-npm.yml
vendored
@ -9,8 +9,8 @@ jobs:
|
|||||||
publish:
|
publish:
|
||||||
name: Publish NPM Package `master`
|
name: Publish NPM Package `master`
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.pull_request.merged == true
|
if: |
|
||||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'area/extension') }}
|
${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'area/extension') }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [12.x]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user