Skip to content

Commit b8a42eb

Browse files
committed
feat: Update daily digest schedule to run at 8:00 JST (23:00 UTC previous day)
1 parent 4ec2c2e commit b8a42eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/daily-digest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Daily AI Security Digest
22

33
on:
44
schedule:
5-
# 毎日 9:00 JST (0:00 UTC)
6-
- cron: "0 0 * * *"
5+
# 毎日 8:00 JST (23:00 UTC 前日)
6+
- cron: "0 23 * * *"
77
workflow_dispatch:
88

99
permissions:

0 commit comments

Comments
 (0)