chore: Make sure to run patch imports when syncing upstream, b=no-bug, c=workflows

This commit is contained in:
mr. m
2026-03-10 11:18:02 +01:00
parent f718d4414e
commit 4d56da4319

View File

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