From e2c5ce588bff0426dfbd16b96d369dbcec8d6e36 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Mon, 10 Jun 2024 13:16:23 -0600 Subject: [PATCH] Fix target of proto diff on CI (#12861) Release Notes: - N/A --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6e133e7a21..ea552eaddd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: - uses: bufbuild/buf-breaking-action@v1 with: input: "crates/proto/proto/" - against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=${BUF_BASE_BRANCH},subdir=crates/rpc/proto/" + against: "https://github.com/${GITHUB_REPOSITORY}.git#branch=${BUF_BASE_BRANCH},subdir=crates/proto/proto/" macos_tests: timeout-minutes: 60