diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index 4f5d59f49..f4d11f78c 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -109,7 +109,7 @@ jobs: - name: Import external tests if: steps.git-check.outputs.files_changed == 'true' - run: python3 scripts/import_external_tests.py + run: python3 scripts/import_external_tests.py || true - name: Create pull request uses: peter-evans/create-pull-request@v7