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:
|
||||
name: Check Docs
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ contains(github.event.labels.*.name, 'area/documentation') }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
steps:
|
||||
- name: debug
|
||||
run: echo ${{ toJson(github.event) }}
|
||||
|
||||
- name: Checkout Release from lens
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user