diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index a482659ee603..cec4d07ac7bd 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -86,6 +86,7 @@ jobs: - name: Apply and new Lint rules if: env.git_status == 'dirty' + continue-on-error: true run: pnpm run lint - name: Update Integration Test Snapshots