Fix typo
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
9cb83ac213
commit
41e886de5e
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ def main(msg):
|
|||
print('Skipping container build')
|
||||
return
|
||||
|
||||
if msg['owner'] = 'mbs/mbs.fedoraproject.org':
|
||||
if msg['owner'] == 'mbs/mbs.fedoraproject.org':
|
||||
print('Skipping MBS builds')
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue