Fix conditional

This commit is contained in:
Zdenek Dohnal 2023-07-21 11:17:20 +02:00
parent ec4e2f53cc
commit c775adaac1

View File

@ -8,5 +8,5 @@ execute:
how: tmt
adjust:
enabled: false
when: distro == centos-stream, fedora
when: distro == centos-stream or distro == fedora
because: They don't have access to internal repos.