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