diff --git a/.github/workflows/check-docs.yml b/.github/workflows/check-docs.yml index f3b01dfe4e..6428ed02c3 100644 --- a/.github/workflows/check-docs.yml +++ b/.github/workflows/check-docs.yml @@ -6,7 +6,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]