Skip to content

Commit 123cd6f

Browse files
authored
Merge pull request #379 from hojkol/main
update auto-release-notes frequency
2 parents f04462c + 48a2f9d commit 123cd6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/auto-release-notes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Scheduled Update of Release Notes
22

33
on:
44
workflow_dispatch:
5-
# schedule:
6-
# - cron: "0 2 * * *" # 每天UTC时间1点运行一次,即北京时间10点
5+
schedule:
6+
- cron: "0 2 * * 3" # 每周三UTC时间2点运行一次,即北京时间10点
77

88
permissions:
99
contents: write

0 commit comments

Comments
 (0)