mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-03 07:51:12 +03:00
devops: do not run workflows when all changes are browser-only (#6520)
Drive-by: rename primary/secondary tests to `tests 1` and `tests 2`
This commit is contained in:
parent
bf81a284dd
commit
a04c54ac28
4
.github/workflows/tests_primary.yml
vendored
4
.github/workflows/tests_primary.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: primary tests
|
||||
name: "tests 1"
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -6,6 +6,8 @@ on:
|
||||
- master
|
||||
- release-*
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'browser_patches/**'
|
||||
branches:
|
||||
- master
|
||||
- release-*
|
||||
|
4
.github/workflows/tests_secondary.yml
vendored
4
.github/workflows/tests_secondary.yml
vendored
@ -1,4 +1,4 @@
|
||||
name: secondary tests
|
||||
name: "tests 2"
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -6,6 +6,8 @@ on:
|
||||
- master
|
||||
- release-*
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'browser_patches/**'
|
||||
types: [ labeled ]
|
||||
branches:
|
||||
- master
|
||||
|
Loading…
Reference in New Issue
Block a user