From 7de0dd67c14e53b1b66f802684fdce8fc7d25a35 Mon Sep 17 00:00:00 2001 From: Feng Chao Date: Mon, 10 Mar 2025 13:48:53 +0800 Subject: [PATCH] ci: Update tdgpt-update-service.yml Remove push trigger condition after verification --- .github/workflows/tdgpt-update-service.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/tdgpt-update-service.yml b/.github/workflows/tdgpt-update-service.yml index 54af810dbb..b45e6d1ffc 100644 --- a/.github/workflows/tdgpt-update-service.yml +++ b/.github/workflows/tdgpt-update-service.yml @@ -1,7 +1,6 @@ name: TDGpt Update Service on: - push: schedule: - cron: '30 00 * * *'