Skip to content

Commit

Permalink
update 测试插件workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yajuhua committed May 14, 2024
1 parent c075232 commit e5d35e9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/plugin-status-douyin.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: douyin
on:
workflow_dispatch:
schedule:
# 每天凌晨执行,UTC 时间,这里是凌晨12点
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/plugin-status-ganjing.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: ganjing
on:
workflow_dispatch:
schedule:
# 每天凌晨执行,UTC 时间,这里是凌晨12点
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/plugin-status-girigirilove.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: girigirilove
on:
workflow_dispatch:
schedule:
# 每天凌晨执行,UTC 时间,这里是凌晨12点
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/plugin-status-ntdm.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: ntdm

on:
workflow_dispatch:
schedule:
# 每天凌晨执行,UTC 时间,这里是凌晨12点
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/plugin-status-vimeo.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: vimeo
on:
workflow_dispatch:
schedule:
# 每天凌晨执行,UTC 时间,这里是凌晨12点
- cron: '0 0 * * *'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/plugin-status-youtube.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: youtube
on:
workflow_dispatch:
schedule:
# 每天凌晨执行,UTC 时间,这里是凌晨12点
- cron: '0 0 * * *'
Expand Down

0 comments on commit e5d35e9

Please sign in to comment.