This commit is contained in:
8
.github/workflows/playwright.yml
vendored
8
.github/workflows/playwright.yml
vendored
@ -1,9 +1,9 @@
|
||||
name: Playwright Tests
|
||||
on:
|
||||
push:
|
||||
branches: [main, master]
|
||||
pull_request:
|
||||
branches: [main, master]
|
||||
workflow_run:
|
||||
workflows: ['CI'] # 这里的名称应该是你的 `ci.yaml` 中定义的工作流名称
|
||||
types:
|
||||
- completed
|
||||
jobs:
|
||||
test:
|
||||
timeout-minutes: 60
|
||||
|
Reference in New Issue
Block a user