ci: remove proto breakage check action on main (#12304)
* fix: github action proto breakage check * do not run action on main
This commit is contained in:
parent
2085850158
commit
f14e9eb24a
15
.github/workflows/proto.yml
vendored
15
.github/workflows/proto.yml
vendored
@ -5,22 +5,17 @@ on:
|
|||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- "proto/**"
|
- "proto/**"
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
paths:
|
|
||||||
- "proto/**"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 5
|
timeout-minutes: 5
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: bufbuild/buf-setup-action@v1.5.0
|
- uses: bufbuild/buf-setup-action@v1.5.0
|
||||||
- uses: bufbuild/buf-lint-action@v1
|
- uses: bufbuild/buf-lint-action@v1
|
||||||
with:
|
with:
|
||||||
input: 'proto'
|
input: "proto"
|
||||||
|
|
||||||
break-check:
|
break-check:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user