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

commit a88b858001fbfa2c4e82301c19da27fb7807ad78
Author: HTHou <[email protected]>
AuthorDate: Fri Aug 15 14:48:39 2025 +0800

    try
---
 .github/workflows/daily-it.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/daily-it.yml b/.github/workflows/daily-it.yml
index 052e4f7244b..f807998c0cb 100644
--- a/.github/workflows/daily-it.yml
+++ b/.github/workflows/daily-it.yml
@@ -5,6 +5,9 @@ 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
@@ -29,7 +32,7 @@ jobs:
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v4
         with:
-          distribution: liberica
+          distribution: corretto
           java-version: ${{ matrix.java }}
       - name: IT/UT Test
         shell: bash

Reply via email to