mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-14 17:15:34 +00:00
feat: Ignore errors when trying to import external mochitests while trying to sync upstream, b=no-bug, c=workflows
This commit is contained in:
2
.github/workflows/sync-upstream.yml
vendored
2
.github/workflows/sync-upstream.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user