1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-03 09:32:28 -05:00
parent 904c3b5db0
commit 4671d07e89

View File

@ -5,7 +5,7 @@ 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]