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 a new issue