Skip to content

Commit 5cf118c

Browse files
committed
ci: run template parity fix on this dispatch branch
1 parent 18347da commit 5cf118c

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/update-example-packages.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
name: Fix template package manager parity
1+
name: Update example OpenUI packages
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches:
7+
- ci/dispatch-template-parity
58

69
permissions:
710
contents: write
@@ -91,12 +94,12 @@ jobs:
9194
exit 0
9295
fi
9396
94-
pr_body='## Summary
97+
pr_body="## Summary
9598
- Refresh the openui-cloud and openui-self-hosted npm lockfiles so npm ci and a fresh pnpm install resolve the same direct dependency versions.
9699
- Unblocks CLI Template Package Manager Parity on main (next 16.3.4; cloud zod 4.5.4).
97100

98101
## Test plan
99-
- [ ] CLI Template Package Manager Parity is green on this PR'
102+
- [ ] CLI Template Package Manager Parity is green on this PR"
100103

101104
gh pr create \
102105
--repo "$GITHUB_REPOSITORY" \

0 commit comments

Comments
 (0)