We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbe3c2b commit 2fcbf1dCopy full SHA for 2fcbf1d
1 file changed
.github/workflows/release.yml
@@ -11,9 +11,8 @@ on:
11
required: false
12
default: false
13
type: boolean
14
- # Nightly releases
15
schedule:
16
- - cron: "45 8 * * 1-5"
+ - cron: "45 8 * * 4" # Weekly pre-release on Thursdays.
17
push:
18
tags:
19
- "*" # Tags that trigger a new release version
0 commit comments