From 13d80aafd3ee9486440f9ffb0a4c9a41775a3a00 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 3 Dec 2020 09:42:14 -0500 Subject: [PATCH] logging Signed-off-by: Sebastian Malton --- .github/workflows/check-docs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 2fe2e8afff..f87c40958c 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -5,11 +5,13 @@ jobs: build: name: Check Docs runs-on: ubuntu-latest - if: github.event.label.name == 'area/documentation' strategy: matrix: node-version: [12.x] steps: + - name: debug + run: echo ${{ github.event.label.name }} + - name: Checkout Release from lens uses: actions/checkout@v2 with: