Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/autoip.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Auto IPs

on:
schedule:
- cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间
# schedule:
# - cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间
workflow_dispatch: # 允许手动触发

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/autoip6.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Collect IPs and Save to Files

on:
schedule:
- cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间
# schedule:
# - cron: '0/55 * * * *' # 每55分钟执行一次,UTC时间
workflow_dispatch: # 允许手动触发

permissions:
Expand Down