This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch fix_daily_it_jdk_dld
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/fix_daily_it_jdk_dld by this
push:
new 02cf22091f9 Update
02cf22091f9 is described below
commit 02cf22091f91d1bca04beae1cfc82534a7f1ae71
Author: HTHou <[email protected]>
AuthorDate: Fri Aug 15 14:55:21 2025 +0800
Update
---
.github/workflows/daily-it.yml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/.github/workflows/daily-it.yml b/.github/workflows/daily-it.yml
index 1ec2175a5c7..c49ef772905 100644
--- a/.github/workflows/daily-it.yml
+++ b/.github/workflows/daily-it.yml
@@ -5,9 +5,6 @@ on:
# Run at UTC 19:00 every day (CST 03:00 AM)
- cron: '0 19 * * *'
- push:
- branches:
- - fix_daily_it_jdk_dld
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true