From 6988f560a469cb1d00d32e92246aa5ea2c569abd Mon Sep 17 00:00:00 2001 From: yuyi Date: Fri, 27 Sep 2024 19:47:13 +0800 Subject: [PATCH] chore(CI): remove test ci trigger condition --- .github/workflows/ci-tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 05ecdc13f..e756d0ae0 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -13,8 +13,6 @@ on: - "*_release" paths: - '**/*.go' - tags: - - "*" env: GO_VERSION: "1.22"