Skip to content

Commit

Permalink
Only check proto files in the proto subdir for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrozek committed Jul 11, 2024
1 parent 532759d commit 25567da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 25567da

Please sign in to comment.