mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
attempt the duce
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
4671d07e89
commit
262fc2efff
3
.github/workflows/check-docs.yml
vendored
3
.github/workflows/check-docs.yml
vendored
@ -1,11 +1,12 @@
|
|||||||
name: Check Documentation
|
name: Check Documentation
|
||||||
on:
|
on:
|
||||||
- pull_request
|
- pull_request
|
||||||
|
types: [ labeled ]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Check Docs
|
name: Check Docs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: github.event.label.name == 'area/documentation'
|
if: ${{ github.event.label.name == 'area/documentation' }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
node-version: [12.x]
|
node-version: [12.x]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user