Skip to content

Commit bd627b5

Browse files
committed
Schedule Pre-Release on Monday 9AM UTC
1 parent c561d33 commit bd627b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Release
22

33
on:
4+
schedule:
5+
# 9 AM UTC on every Monday
6+
- cron: "0 9 * * Mon"
47
workflow_dispatch:
58
inputs:
69
pre-release:

0 commit comments

Comments
 (0)