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]