Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 69b38ce

Browse files
author
Marko Vejnovic
authored
Enable gRPC API
1 parent 16aae10 commit 69b38ce

32 files changed

Lines changed: 6879 additions & 239 deletions

.github/workflows/accept_proto.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@v4
3838
with:
39-
ref: feat/grpc
39+
ref: staged
4040

4141
- name: Install buf CLI
4242
uses: bufbuild/buf-setup-action@v1
@@ -96,4 +96,4 @@ jobs:
9696
git add crates/mesa-dev/proto/
9797
git diff --cached --quiet && echo "No changes to commit" && exit 0
9898
git commit -m "chore: update proto files from depot@${SOURCE_COMMIT}"
99-
git push origin feat/grpc
99+
git push origin staged

0 commit comments

Comments
 (0)