BigW Consortium Gitlab

Commit 901536b3 by Lin Jen-Shin

No need to check that as in CreateCommitBuildsService:

parent a92dd544
......@@ -231,7 +231,7 @@ module Ci
last_status = status
if update_state_from_commit_statuses
execute_hooks if last_status != status && !skip_ci?
execute_hooks if last_status != status
true
else
false
......
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