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:
|
||||
name: Publish NPM Package `master`
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.merged == true
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'area/extension') }}
|
||||
if: |
|
||||
${{ github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'area/extension') }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user