This is an automated email from the ASF dual-hosted git repository.

jark pushed a commit to branch ci-nightly
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/ci-nightly by this push:
     new 3a9a9a541 trigger nightly
3a9a9a541 is described below

commit 3a9a9a541332e28c627cd32f3a8c92f4b5412bb8
Author: Jark Wu <[email protected]>
AuthorDate: Tue Aug 12 16:12:06 2025 +0800

    trigger nightly
---
 .github/workflows/nightly.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index 4836e10f5..a92e587a8 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -17,9 +17,9 @@
 
################################################################################
 name: Nightly
 on:
-  schedule:
-    # Run at 20:00 UTC daily which is the lowest traffic time for Fluss 
project.
-    - cron: "0 20 * * *"
+  push:
+    branches:
+      - ci-**
 
 concurrency:
   group: ${{ github.workflow }}-${{ github.event_name }}-${{ 
github.event.number || github.run_id }}

Reply via email to