Commit dd86254b authored by Matija Čupić's avatar Matija Čupić

Save runner attributes only if there's changes

parent 6417f9b2
......@@ -165,7 +165,7 @@ module Ci
if persist_cached_data?
self.assign_attributes(values)
self.save
self.save if self.changed?
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