Skip to content

Commit 1762464

Browse files
authored
Enable the release schedule in github actions (#850)
1 parent f4a0d4c commit 1762464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/release.yml

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

33
on:
4-
#schedule:
4+
schedule:
55
# Every Monday at 07:00 (UTC)
6-
#- cron: '00 7 * * MON'
6+
- cron: '00 7 * * MON'
77
workflow_dispatch:
88
inputs:
99
release_type:

0 commit comments

Comments
 (0)