From 425d7fb8c7785252a52054da0898279cc2a112ee Mon Sep 17 00:00:00 2001 From: Feng Chao Date: Mon, 10 Mar 2025 13:47:18 +0800 Subject: [PATCH] ci: Update tdgpt-update-service.yml add push trigger condition to verify --- .github/workflows/tdgpt-update-service.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tdgpt-update-service.yml b/.github/workflows/tdgpt-update-service.yml index fe29501b43..54af810dbb 100644 --- a/.github/workflows/tdgpt-update-service.yml +++ b/.github/workflows/tdgpt-update-service.yml @@ -1,8 +1,9 @@ name: TDGpt Update Service on: + push: schedule: - - cron: '45 13 * * *' + - cron: '30 00 * * *' env: WKC: "/root/TDengine"