Skip to content

Commit 3a9a9a5

Browse files
committed
trigger nightly
1 parent 5245a75 commit 3a9a9a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/nightly.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
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+
- ci-**
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}

0 commit comments

Comments
 (0)