Skip to content

Commit

Permalink
Fix: 允许CI在生成 statuspage 强制停止后继续执行
Browse files Browse the repository at this point in the history
  • Loading branch information
WendaoLee committed Oct 1, 2024
1 parent b00a077 commit c113ff9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
schedule:
- cron: '*/1 * * * *' # 每隔1分钟执行一次
- cron: '*/5 * * * *'

jobs:
build:
Expand All @@ -32,6 +32,7 @@ jobs:
- name: Run tinystatus.py and stop after 1 minute
run: |
timeout 60s python tinystatus.py
continue-on-error: true
# Step 5: Commit and push the contents of ./output to the gh-pages branch
- name: Deploy to gh-pages
Expand Down

0 comments on commit c113ff9

Please sign in to comment.