This commit is contained in:
8
.github/workflows/playwright.yml
vendored
8
.github/workflows/playwright.yml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user