Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit a5dc1c6

Browse files
committed
fix: 修复定时任务意外报错
1 parent d3437e7 commit a5dc1c6

File tree

2 files changed

+5
-48
lines changed

2 files changed

+5
-48
lines changed

.github/workflows/check_travellings_cn_project.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: Check travellings-cn-Project expiration domain
1+
# This is an additional periodic task to check the expiration of the travellings-cn-Project domain.
2+
name: Periodic Check travellings-cn-Project expiration domain
23
on:
34
workflow_dispatch:
45
schedule:
@@ -23,6 +24,9 @@ jobs:
2324
- name: Run Script To Donload travellings-cn-api/all.json And Output Domain List
2425
run: |
2526
python extra-scripts/travellings-cn-api/main.py
27+
- name: Clean unused plugin
28+
run: |
29+
rm -rf plugins/whois21_query
2630
- name: Run Script To Check Domain Expiration
2731
run: |
2832
python src/main.py -o ~/builds/target/output.txt -e ~/builds/target/error.txt -id sync_query

.github/workflows/fast_check_travellings_cn_project.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)