From b7406d5cab24bf097b25bc37b9e1d3dfe5b41f4a Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 3 Dec 2020 09:57:21 -0500 Subject: [PATCH] in pull_request Signed-off-by: Sebastian Malton --- .github/workflows/check-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index c93c041f9c..eafc6befc0 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -5,7 +5,7 @@ jobs: build: name: Check Docs runs-on: ubuntu-latest - if: ${{ contains(github.event.labels.*.name, 'area/documentation') }} + if: ${{ contains(github.event.pull_request.labels.*.name, 'area/documentation') }} strategy: matrix: node-version: [12.x]