Skip to content

Commit

Permalink
Update weixin.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lengsukq authored Nov 22, 2023
1 parent 7311b10 commit 94393b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weixin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
pull_request:
branches: [ "master" ]
schedule:
- cron: '30 23 * * *' # 每天23:30执行,时间为国际标准时间,换算成北京时间为7:30
- cron: '30 23 * * *' # 每天23:30执行,时间为国际标准时间,换算成北京时间为7:30,由于git执行的是国际视角,所以若为八点之前时间都会提前一天,请修改json时间或者把自动运行时间设定为八点之后

jobs:
build:
Expand Down

0 comments on commit 94393b2

Please sign in to comment.