mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
in pull_request
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
1057a7d7c7
commit
b7406d5cab
2
.github/workflows/check-docs.yml
vendored
2
.github/workflows/check-docs.yml
vendored
@ -5,7 +5,7 @@ jobs:
|
||||
build:
|
||||
name: Check Docs
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ contains(github.event.labels.*.name, 'area/documentation') }}
|
||||
if: ${{ contains(github.event.pull_request.labels.*.name, 'area/documentation') }}
|
||||
strategy:
|
||||
matrix:
|
||||
node-version: [12.x]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user