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.
2 parents f04462c + 48a2f9d commit 123cd6fCopy full SHA for 123cd6f
.github/workflows/auto-release-notes.yaml
@@ -2,8 +2,8 @@ name: Scheduled Update of Release Notes
2
3
on:
4
workflow_dispatch:
5
- # schedule:
6
- # - cron: "0 2 * * *" # 每天UTC时间1点运行一次,即北京时间10点
+ schedule:
+ - cron: "0 2 * * 3" # 每周三UTC时间2点运行一次,即北京时间10点
7
8
permissions:
9
contents: write
0 commit comments