Update test.yml

This commit is contained in:
cluntop
2026-02-27 00:37:43 +08:00
committed by GitHub
parent 22e3ea68d7
commit 3e49b2f205
+3 -3
View File
@@ -5,8 +5,8 @@ permissions:
actions: write actions: write
on: on:
schedule: # schedule:
- cron: '30 2 * * *' # - cron: '30 2 * * *'
workflow_dispatch: workflow_dispatch:
env: env:
@@ -54,7 +54,7 @@ jobs:
- name: Initialize chromium - name: Initialize chromium
run: | run: |
source .venv/bin/activate source .venv/bin/activate
playwright install chromium --with-deps playwright install chromium
playwright install-deps chromium playwright install-deps chromium
- name: Run M3U script - name: Run M3U script