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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -6,6 +6,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- release-*
|
- release-*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'browser_patches/**'
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
- release-*
|
- 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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
@ -6,6 +6,8 @@ on:
|
||||||
- master
|
- master
|
||||||
- release-*
|
- release-*
|
||||||
pull_request:
|
pull_request:
|
||||||
|
paths-ignore:
|
||||||
|
- 'browser_patches/**'
|
||||||
types: [ labeled ]
|
types: [ labeled ]
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue