diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index f8228a5be4..9184adc7e4 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -218,7 +218,7 @@ EXTRA_BUILDCHROOT_TAGS = [{ "tags": ["on_demand_powerful"], }, { # https://github.com/fedora-copr/copr/issues/2987 - "pattern": "@fedora-llvm-team/llvm-snapshots/.*x86_64/(llvm|clang)", + "pattern": "@fedora-llvm-team/llvm-snapshots[^/]*/.*x86_64/(llvm|clang)", "tags": ["on_demand_powerful"], }] {% endif %}