diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 87a4f8616ae..dab8e4641bf 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -22,6 +22,7 @@ jobs: - id: files uses: jitterbit/get-changed-files@v1 + continue-on-error: true - name: Check for changed static files run: | for changed_file in ${{ steps.files.outputs.modified }}; do