1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

attempt the three

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-12-03 09:37:06 -05:00
parent 262fc2efff
commit bfddcd3f71

View File

@ -6,7 +6,7 @@ jobs:
build:
name: Check Docs
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'area/documentation' }}
if: github.event.label.name == 'area/documentation'
strategy:
matrix:
node-version: [12.x]