Skip to content

Commit

Permalink
add yaml anchor back
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurret committed Apr 6, 2023
1 parent 42060fa commit 0effcfe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,17 @@ jobs:
- run: *notify-slack-failure

# build is a templated job for build-x
build-distros: &build-distros
build-distros: &filter-ignore-non-go-branches
filters:
branches:
ignore:
- stable-website
- /^docs\/.*/
- /^ui\/.*/
- /^mktg-.*/ # Digital Team Terraform-generated branches' prefix
- /^backport\/docs\/.*/
- /^backport\/ui\/.*/
- /^backport\/mktg-.*/
docker:
- image: *GOLANG_IMAGE
resource_class: large
Expand Down

0 comments on commit 0effcfe

Please sign in to comment.