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:
parent
61c30ca157
commit
4b95bc7e33
1 changed files with 4 additions and 2 deletions
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue