Skip to content

Commit 02d57d0

Browse files
committed
nightly
1 parent 0d99bc8 commit 02d57d0

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/nightly.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@
1717
################################################################################
1818
name: Nightly
1919
on:
20-
schedule:
21-
# Run at 20:00 UTC daily which is the lowest traffic time for Fluss project.
22-
- cron: "0 20 * * *"
20+
push:
21+
branches:
22+
- main
23+
- release-**
24+
- ci-**
2325

2426
concurrency:
2527
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}

0 commit comments

Comments
 (0)