Commit 8f557206 authored by Matija Čupić's avatar Matija Čupić

Save runner attributes only if there's changes

parent aa60c7a2
...@@ -164,7 +164,7 @@ module Ci ...@@ -164,7 +164,7 @@ module Ci
if persist_cached_data? if persist_cached_data?
self.assign_attributes(values) self.assign_attributes(values)
self.save self.save if self.changed?
end end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment