diff --git a/.circleci/config.yml b/.circleci/config.yml index 2474fca94a..4b70324982 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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