This is an automated email from the ASF dual-hosted git repository.
jark pushed a commit to branch ci-flink-2.1
in repository https://gitbox.apache.org/repos/asf/fluss.git
The following commit(s) were added to refs/heads/ci-flink-2.1 by this push:
new 02d57d0b5 nightly
02d57d0b5 is described below
commit 02d57d0b54b257559a2389edcb38ba829de3dd33
Author: Jark Wu <[email protected]>
AuthorDate: Sat Aug 23 22:30:46 2025 +0800
nightly
---
.github/workflows/nightly.yaml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml
index 4836e10f5..1384d7abb 100644
--- a/.github/workflows/nightly.yaml
+++ b/.github/workflows/nightly.yaml
@@ -17,9 +17,11 @@
################################################################################
name: Nightly
on:
- schedule:
- # Run at 20:00 UTC daily which is the lowest traffic time for Fluss
project.
- - cron: "0 20 * * *"
+ push:
+ branches:
+ - main
+ - release-**
+ - ci-**
concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{
github.event.number || github.run_id }}