Skip to content

Commit

Permalink
disable buf push in pull request workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zerlok committed Nov 26, 2024
1 parent f53d708 commit de33936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: bufbuild/buf-action@v1
with:
breaking_against: 'https://github.com/zerlok/BrokRPC.git#branch=main'
token: ${{ secrets.BUF_TOKEN }}
push: false

static:
runs-on: ubuntu-latest
Expand Down

0 comments on commit de33936

Please sign in to comment.