chore(ci): exempt backport docs and ui from go tests (#14223)

This commit is contained in:
Dan Stough 2022-11-15 11:39:51 -05:00 committed by GitHub
parent 5fe7604cf6
commit 408b141134
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1053,6 +1053,8 @@ workflows:
- stable-website
- /^docs\/.*/
- /^ui\/.*/
- /^backport\/docs\/.*/
- /^backport\/ui\/.*/
- check-generated-protobuf: *filter-ignore-non-go-branches
- check-generated-deep-copy: *filter-ignore-non-go-branches
- lint-enums: *filter-ignore-non-go-branches
@ -1163,6 +1165,7 @@ workflows:
only:
- main
- /^ui\/.*/
- /^backport\/ui\/.*/
- workspace-tests:
requires:
- frontend-cache