From 219376044aa201b22c86a26af0a60f7d1231cd8a Mon Sep 17 00:00:00 2001 From: Li Jie Date: Wed, 8 Jan 2025 23:23:58 +0800 Subject: [PATCH] ci: fix llgo workflow name --- .github/workflows/llgo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/llgo.yml b/.github/workflows/llgo.yml index 77851fb3..08f6e24d 100644 --- a/.github/workflows/llgo.yml +++ b/.github/workflows/llgo.yml @@ -1,7 +1,7 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go +name: LLGo on: push: