From 25567da7c8ff249c90726a755e989253c1ad7edc Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 10 Jul 2024 15:16:54 +0200 Subject: [PATCH] Only check proto files in the proto subdir for backwards compatibility --- .github/workflows/generation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generation.yml b/.github/workflows/generation.yml index 274135b69a..cf0dd6ac7b 100644 --- a/.github/workflows/generation.yml +++ b/.github/workflows/generation.yml @@ -40,7 +40,8 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} - uses: bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba # v1.1.4 with: - against: "https://github.com/stacklok/minder.git#branch=main" + input: 'proto' + against: "https://github.com/stacklok/minder.git#branch=main,subdir=proto" sqlc-generation: runs-on: ubuntu-latest steps: