Fix erroneous updates from Git Update Detector
This commit is contained in:
@@ -327,6 +327,9 @@ def check_update_config_impl(package):
|
||||
else:
|
||||
raise TaskError("Unknown update trigger")
|
||||
|
||||
if commit is None:
|
||||
return
|
||||
|
||||
if config.last_commit == commit:
|
||||
if tag and config.last_tag != tag:
|
||||
config.last_tag = tag
|
||||
|
||||
Reference in New Issue
Block a user