Skip to content

Commit 7721739

Browse files
committed
ci: sync Bazel MODULE.bazel files during browser update workflow
We need to update the lock files once the browsers get updated.
1 parent 8cdd27d commit 7721739

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rules_browser-update-browsers.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
run: pnpm bazel run //browsers/private/update-tool
4040
working-directory: bazel/rules/rules_browsers
4141

42+
- name: Sync Bazel MODULE.bazel files
43+
run: bash ./tools/sync-all-modules.sh
44+
4245
- name: Create Pull Request
4346
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
4447
with:

0 commit comments

Comments
 (0)