diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index 25467a2f59..2fe2e8afff 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: github.event.label.name != 'area/documentation' + if: github.event.label.name == 'area/documentation' strategy: matrix: node-version: [12.x]