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]