Skip to content

Commit 550b96f

Browse files
imcsqCopilot
andcommitted
update auto-update schedule to 1st/16th per month + sync working script to support retry for failures.
Co-authored-by: Copilot <copilot@github.com>
1 parent f012277 commit 550b96f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/auto-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ env:
55

66
on:
77
schedule:
8-
# 每两周的周一凌晨2点运行
9-
- cron: '0 2 * * 1/2'
8+
# 每月的1号和16号的凌晨2点(UTC)触发
9+
- cron: '0 2 1,16 * *'
1010
workflow_dispatch:
1111

1212
permissions:

dblp-publications-scraper

0 commit comments

Comments
 (0)