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:
parent
2f262448f8
commit
1057a7d7c7
4
.github/workflows/check-docs.yml
vendored
4
.github/workflows/check-docs.yml
vendored
@ -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:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user