Skip to content

Commit b15ce2b

Browse files
committed
Comment out the breaking option in buf-push.yaml to prevent breaking changes during push events, enhancing workflow stability.
1 parent 5e3428b commit b15ce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buf-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
token: ${{ secrets.BUF_TOKEN }}
1818
# lint: ${{ github.event_name == 'push' }}
1919
format: ${{ github.event_name == 'push' }}
20-
breaking: ${{ github.event_name == 'push' }}
20+
# breaking: ${{ github.event_name == 'push' }}
2121
- uses: enflo/curl-action@master
2222
with:
2323
curl: -X POST --fail -F token=${{ secrets.GITLAB_TRIGGER_TOKEN }} -F ref=master --form variables[REMOTE_REF]=${{ github.ref }} https://git.tcncloud.net/api/v4/projects/2193/trigger/pipeline

0 commit comments

Comments
 (0)