Skip to content

Commit 546762b

Browse files
committed
fix: update workflow name
1 parent c0d48aa commit 546762b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name: Playwright
1+
name: "(Test): Playwright"
22

33
on:
44
pull_request:
55
types: [labeled, synchronize, opened, reopened]
66
push:
77
branches:
88
- 'core'
9+
- 'pro'
910
paths-ignore:
1011
- '**.md'
1112
- '**.txt'

0 commit comments

Comments
 (0)