From 262fc2efffd2b9ce77656984079fcd1e1d60b4b1 Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 3 Dec 2020 09:36:15 -0500 Subject: [PATCH] attempt the duce Signed-off-by: Sebastian Malton --- .github/workflows/check-docs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 2fe2e8afff..f3b01dfe4e 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -1,11 +1,12 @@ name: Check Documentation on: - pull_request + types: [ labeled ] 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]