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:
Andrey Lushnikov 2021-05-11 17:25:05 -07:00 committed by GitHub
parent bf81a284dd
commit a04c54ac28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -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-*

View File

@ -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