Playwright Tests
Some checks are pending
CI / cache-and-install (push) Waiting to run

This commit is contained in:
严浩
2024-09-26 12:12:06 +08:00
parent 762d035f38
commit 34d1ebc3eb
2 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
name: Playwright Tests name: Playwright Tests
on: on:
push: workflow_run:
branches: [main, master] workflows: ['CI'] # 这里的名称应该是你的 `ci.yaml` 中定义的工作流名称
pull_request: types:
branches: [main, master] - completed
jobs: jobs:
test: test:
timeout-minutes: 60 timeout-minutes: 60