From 3e49b2f205ad6d4e4c9e2be713aaee4fad66ef7d Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Fri, 27 Feb 2026 00:37:43 +0800 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe6f3dd78..f388476a5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,8 +5,8 @@ permissions: actions: write on: - schedule: - - cron: '30 2 * * *' + # schedule: + # - cron: '30 2 * * *' workflow_dispatch: env: @@ -54,7 +54,7 @@ jobs: - name: Initialize chromium run: | source .venv/bin/activate - playwright install chromium --with-deps + playwright install chromium playwright install-deps chromium - name: Run M3U script