feat: Ignore errors when trying to import external mochitests while trying to sync upstream, b=no-bug, c=workflows

This commit is contained in:
mr. m
2026-01-06 13:02:03 +01:00
parent 11f29c12c5
commit a537f0f91d

View File

@@ -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