Skip to content

Commit

Permalink
ci: 增加Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Aug 7, 2024
1 parent f451619 commit 4e93547
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cron_read.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
- name: Install dependencies
run: npm install # 安装 package.json 中的依赖项
- name: Run a script
run: node pteer.js # 替换为你想运行的脚本的实际名称
run: node bypasscf.js # 替换为你想运行的脚本的实际名称
4 changes: 2 additions & 2 deletions .github/workflows/windows_cron_bypassCF.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: bypassCF cron windows

# 专门给小众论坛使用
on:
schedule:
- cron: "0 18 * * *"
Expand Down Expand Up @@ -29,4 +29,4 @@ jobs:
- name: Install dependencies
run: npm install # 安装 package.json 中的依赖项
- name: Run a script
run: node pteer.js # 替换为你想运行的脚本的实际名称
run: node bypasscf.js # 替换为你想运行的脚本的实际名称

0 comments on commit 4e93547

Please sign in to comment.