From 080ff7e27b4494898c66a036910c546441359f00 Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Mon, 8 Jun 2026 13:22:18 -0400 Subject: [PATCH 1/2] chore(ci): update librarian workflow names --- .github/workflows/librarian_generation_check.yaml | 2 +- .github/workflows/update_librarian_googleapis.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/librarian_generation_check.yaml b/.github/workflows/librarian_generation_check.yaml index e6a8d31d9a35..e3b66bb2d77c 100644 --- a/.github/workflows/librarian_generation_check.yaml +++ b/.github/workflows/librarian_generation_check.yaml @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -name: Librarian generate diff check on pull requests +name: Librarian - Generate diff check on pull requests on: pull_request: diff --git a/.github/workflows/update_librarian_googleapis.yaml b/.github/workflows/update_librarian_googleapis.yaml index 86505108d024..0e7ff3eb853b 100644 --- a/.github/workflows/update_librarian_googleapis.yaml +++ b/.github/workflows/update_librarian_googleapis.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Update librarian googleapis commitish +name: Librarian - Update googleapis commitish and generate all on: schedule: - cron: '0 3 * * *' # Run once a day at 3:00 AM UTC From c49722ca258aa9887e969cdc319e92a3de00b2ef Mon Sep 17 00:00:00 2001 From: Min Zhu Date: Mon, 8 Jun 2026 13:24:02 -0400 Subject: [PATCH 2/2] update showcase check name --- .github/workflows/showcase-version-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/showcase-version-check.yaml b/.github/workflows/showcase-version-check.yaml index 63040eacfb40..9e7dea307cd1 100644 --- a/.github/workflows/showcase-version-check.yaml +++ b/.github/workflows/showcase-version-check.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -name: Showcase Version Check +name: Librarian - Showcase Version Check on: schedule: