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

pull/14223/head
DanStough 2022-08-16 17:16:59 -04:00 committed by Dan Stough
parent e0487281a8
commit 73a84c9358
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