1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

use contains

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-03 09:52:11 -05:00
parent 2f262448f8
commit 1057a7d7c7

View File

@ -5,13 +5,11 @@ jobs:
build: build:
name: Check Docs name: Check Docs
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ contains(github.event.labels.*.name, 'area/documentation') }}
strategy: strategy:
matrix: matrix:
node-version: [12.x] node-version: [12.x]
steps: steps:
- name: debug
run: echo ${{ toJson(github.event) }}
- name: Checkout Release from lens - name: Checkout Release from lens
uses: actions/checkout@v2 uses: actions/checkout@v2
with: with: