ignore `mktg-.*` branches for CI tests (#15651)

This commit is contained in:
Kevin Wang 2022-12-08 12:06:30 -05:00 committed by GitHub
parent 707ca06d79
commit eb3ff8cf73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -495,7 +495,7 @@ jobs:
GOOS: linux
steps:
- checkout
- run:
- run:
command: |
sudo rm -fv /etc/apt/sources.list.d/github_git-lfs.list # workaround for https://github.com/actions/runner-images/issues/1983
sudo apt-get update --allow-releaseinfo-change-suite --allow-releaseinfo-change-version && sudo apt-get install -y gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu
@ -1066,8 +1066,10 @@ workflows:
- stable-website
- /^docs\/.*/
- /^ui\/.*/
- /^mktg-.*/ # Digital Team Terraform-generated branches' prefix
- /^backport\/docs\/.*/
- /^backport\/ui\/.*/
- /^backport\/mktg-.*/
- check-generated-protobuf: *filter-ignore-non-go-branches
- check-generated-deep-copy: *filter-ignore-non-go-branches
- lint-enums: *filter-ignore-non-go-branches
@ -1090,7 +1092,7 @@ workflows:
name: "go-test-api go1.19"
path: api
go-version: "1.19"
requires: [ dev-build ]
requires: [dev-build]
- go-test-lib:
name: "go-test-sdk go1.18"
path: sdk