From c113ff95826a342d7244ce7fec9a06f01d3b18fb Mon Sep 17 00:00:00 2001 From: Wendaolee Date: Tue, 1 Oct 2024 22:40:09 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E5=85=81=E8=AE=B8CI=E5=9C=A8=E7=94=9F?= =?UTF-8?q?=E6=88=90=20statuspage=20=E5=BC=BA=E5=88=B6=E5=81=9C=E6=AD=A2?= =?UTF-8?q?=E5=90=8E=E7=BB=A7=E7=BB=AD=E6=89=A7=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 99a0203..ac14289 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ on: branches: - main schedule: - - cron: '*/1 * * * *' # 每隔1分钟执行一次 + - cron: '*/5 * * * *' jobs: build: @@ -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