skip go build and tests on ui/* branches (#7303)

* skip go build and tests on ui/* branches

* also filter out lint-consul-retry since it runs in parallel with check-vendor
This commit is contained in:
Alvin Huang 2020-02-14 09:40:02 -05:00 committed by GitHub
parent c0a85ffdb7
commit ea809b3f17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 1 deletions

View File

@ -636,7 +636,14 @@ workflows:
ignore:
- stable-website
- /^docs\/.*/
- lint-consul-retry
- /^ui\/.*/
- lint-consul-retry:
filters:
branches:
ignore:
- stable-website
- /^docs\/.*/
- /^ui\/.*/
- go-fmt-and-vet:
requires:
- check-vendor
@ -661,6 +668,7 @@ workflows:
ignore:
- stable-website
- /^docs\/.*/
- /^ui\/.*/
- build-386: &require-check-vendor
requires:
- check-vendor
@ -674,6 +682,7 @@ workflows:
ignore:
- stable-website
- /^docs\/.*/
- /^ui\/.*/
- dev-upload-s3: &dev-upload
requires:
- dev-build