taskotron: don't run rpmdeplint in Rawhide

We've never run it, but it started being scheduled lately due to Rawhide
CI gating.
This commit is contained in:
Kamil Páral 2019-08-01 13:00:42 +02:00 committed by Pierre-Yves Chibon
parent 61c30ca157
commit 4b95bc7e33

View file

@ -21,7 +21,10 @@
- when:
message_type: KojiTagChanged
tag:
$regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
$and:
- $regex: '/^f[0-9]{2}-updates(-testing)?-pending$$/'
- $not:
$regex: '/^f31-.*/' # Rawhide CI gating not supported yet
do:
- tasks:
- rpmdeplint
@ -38,4 +41,3 @@
- x86_64
match_host_arch: True
{% endif %}