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 0d99bc8 commit 02d57d0Copy full SHA for 02d57d0
.github/workflows/nightly.yaml
@@ -17,9 +17,11 @@
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:
+ - main
23
+ - release-**
24
+ - ci-**
25
26
concurrency:
27
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.event.number || github.run_id }}
0 commit comments