From 4d56da43190b080efad23d0c1a742103a6a6134c Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Tue, 10 Mar 2026 11:18:02 +0100 Subject: [PATCH] chore: Make sure to run patch imports when syncing upstream, b=no-bug, c=workflows --- .github/workflows/sync-upstream.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index ba7d6b620..fd479e3e8 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -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