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 a5f7bdb
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 @@ -812,7 +812,17 @@ workflows:

build-distros:
jobs:
- check-go-mod: *filter-ignore-non-go-branches
- check-go-mod: &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-.*/
- build-386: &require-check-go-mod
requires:
- check-go-mod
Expand Down

0 comments on commit a5f7bdb

Please sign in to comment.