From 51eb2ad5976bf4042567702e5557015cf45e3809 Mon Sep 17 00:00:00 2001 From: Javier Rodriguez Date: Thu, 5 Feb 2026 09:46:34 +0100 Subject: [PATCH] chore(ci): Activate breaking check on Buf linter Signed-off-by: Javier Rodriguez --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 4fe54e465..c2a0f41dc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -53,7 +53,7 @@ jobs: with: version: 1.49.0 token: ${{ secrets.buf_api_token }} - breaking: false + breaking: true pr_comment: false lint-dagger-module: