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 dd6e237 commit 531250bCopy full SHA for 531250b
moduleroot/.github/workflows/auto_release.yml.erb
@@ -2,8 +2,10 @@
2
name: "Auto release"
3
4
on:
5
+<% if common['release_schedule'] -%>
6
schedule:
- - cron: '0 3 * * 6'
7
+ - cron: <%= common['release_schedule']['cron'] %>
8
+<% end -%>
9
workflow_dispatch:
10
11
env:
0 commit comments