From 205779bd360e5073ba651fc595ad40426c5758b1 Mon Sep 17 00:00:00 2001 From: JoeWang1127 Date: Mon, 13 Jul 2026 21:10:08 +0000 Subject: [PATCH 1/4] chore: update librarian to v0.26.0 --- librarian.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librarian.yaml b/librarian.yaml index 5857d76a04c5..efa0a8790e49 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. language: java -version: v0.25.1-0.20260708160859-939ae6f16e82 +version: v0.26.0 repo: googleapis/google-cloud-java sources: googleapis: From 50b2aaea7f70ee26f7de11b91a696f46ad0e094d Mon Sep 17 00:00:00 2001 From: JoeWang1127 Date: Mon, 13 Jul 2026 21:20:51 +0000 Subject: [PATCH 2/4] set ci --- .github/workflows/librarian_generation_check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/librarian_generation_check.yaml b/.github/workflows/librarian_generation_check.yaml index 0e968166ba04..3f9668348d26 100644 --- a/.github/workflows/librarian_generation_check.yaml +++ b/.github/workflows/librarian_generation_check.yaml @@ -29,6 +29,7 @@ on: branches: - main workflow_dispatch: + pull_requests: jobs: library_generation: From 6812640d14a632655bc1cb9ccb2e1aa970040f7a Mon Sep 17 00:00:00 2001 From: JoeWang1127 Date: Mon, 13 Jul 2026 21:32:43 +0000 Subject: [PATCH 3/4] set ci --- .github/workflows/librarian_generation_check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/librarian_generation_check.yaml b/.github/workflows/librarian_generation_check.yaml index 3f9668348d26..d74993a45bd2 100644 --- a/.github/workflows/librarian_generation_check.yaml +++ b/.github/workflows/librarian_generation_check.yaml @@ -29,7 +29,7 @@ on: branches: - main workflow_dispatch: - pull_requests: + pull_request: jobs: library_generation: From e37833cdd775a8b14d10ec2312fd2fcd888e52d7 Mon Sep 17 00:00:00 2001 From: JoeWang1127 Date: Tue, 14 Jul 2026 00:09:34 +0000 Subject: [PATCH 4/4] restore ci --- .github/workflows/librarian_generation_check.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/librarian_generation_check.yaml b/.github/workflows/librarian_generation_check.yaml index d74993a45bd2..0e968166ba04 100644 --- a/.github/workflows/librarian_generation_check.yaml +++ b/.github/workflows/librarian_generation_check.yaml @@ -29,7 +29,6 @@ on: branches: - main workflow_dispatch: - pull_request: jobs: library_generation: