Skip to content

Commit 531250b

Browse files
author
Daniel Carabas
committed
Allow auto_release workflow schedule configuration
1 parent dd6e237 commit 531250b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

moduleroot/.github/workflows/auto_release.yml.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
name: "Auto release"
33

44
on:
5+
<% if common['release_schedule'] -%>
56
schedule:
6-
- cron: '0 3 * * 6'
7+
- cron: <%= common['release_schedule']['cron'] %>
8+
<% end -%>
79
workflow_dispatch:
810

911
env:

0 commit comments

Comments
 (0)