diff --git a/.github/workflows/pr-lint-build-docs.yml b/.github/workflows/pr-lint-build-docs.yml index 7e91af0ba15..61edc5f90b0 100644 --- a/.github/workflows/pr-lint-build-docs.yml +++ b/.github/workflows/pr-lint-build-docs.yml @@ -23,7 +23,7 @@ jobs: cache: 'yarn' - name: Install dependencies - run: yarn install --immutable || yarn install --immutable + run: yarn install --immutable - name: Lint docs run: yarn run prettier:checkDocs