mirror of
https://github.com/zen-browser/desktop.git
synced 2026-03-29 11:51:51 +00:00
chore: Make sure to run patch imports when syncing upstream, b=no-bug, c=workflows
This commit is contained in:
4
.github/workflows/sync-upstream.yml
vendored
4
.github/workflows/sync-upstream.yml
vendored
@@ -73,6 +73,10 @@ jobs:
|
||||
npm run sync
|
||||
fi
|
||||
|
||||
- name: Run Import
|
||||
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
|
||||
run: npm run import
|
||||
|
||||
- name: Run Bootstrap
|
||||
if: steps.check-upstream-branch.outputs.branch_exists == 'false'
|
||||
run: npm run bootstrap
|
||||
|
||||
Reference in New Issue
Block a user