We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5245a75 commit 3a9a9a5Copy full SHA for 3a9a9a5
.github/workflows/nightly.yaml
@@ -17,9 +17,9 @@
17
################################################################################
18
name: Nightly
19
on:
20
- schedule:
21
- # Run at 20:00 UTC daily which is the lowest traffic time for Fluss project.
22
- - cron: "0 20 * * *"
+ push:
+ branches:
+ - ci-**
23
24
concurrency:
25
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
0 commit comments