Skip to content

Commit

Permalink
每 20 分钟执行一次任务
Browse files Browse the repository at this point in the history
每 20 分钟执行一次任务
  • Loading branch information
NJYZ-96 authored Aug 5, 2024
1 parent 462c136 commit cc34d2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_vless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 恢复vless服务并发送Telegram消息

on:
schedule:
- cron: '0 0 * * *' # 每天的0点执行一次
- cron: '*/20 * * * *' # 每 20 分钟执行一次任务
workflow_dispatch:

jobs:
Expand Down

0 comments on commit cc34d2e

Please sign in to comment.