Skip to content

Commit

Permalink
Re-enable "buf breaking" check (#4)
Browse files Browse the repository at this point in the history
This restores the check, which was temporarily disabled
to push a change that the check didn't like (see #3).
  • Loading branch information
jhump authored Jan 12, 2024
1 parent bd58a0b commit ff84d6a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ jobs:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-lint-action@v1.0.3
# breaking:
# runs-on: ubuntu-20.04
# steps:
# - uses: actions/checkout@v3
# - uses: bufbuild/buf-setup-action@v1
# - uses: bufbuild/buf-breaking-action@v1.1.2
# with:
# against: buf.build/bufbuild/knit
breaking:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
- uses: bufbuild/buf-breaking-action@v1.1.2
with:
against: buf.build/bufbuild/knit
push:
environment: production
runs-on: ubuntu-20.04
if: github.ref == 'refs/heads/main'
needs:
- lint
# - breaking
- breaking
steps:
- uses: actions/checkout@v3
- uses: bufbuild/buf-setup-action@v1
Expand Down

0 comments on commit ff84d6a

Please sign in to comment.