Skip to content

Commit 0ac9500

Browse files
authored
Pr commenter, bug when no change
1 parent 936b9a9 commit 0ac9500

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

utils/pr_commenter.jl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,11 +167,12 @@ try
167167

168168
println("$ndiff images have changes")
169169
import UUIDs
170-
170+
171+
172+
println("running create_ControlExamplePlots_branch")
173+
old_commit, new_branch_name = create_ControlExamplePlots_branch(ID)
174+
171175
if ndiff > 0
172-
println("running create_ControlExamplePlots_branch")
173-
old_commit, new_branch_name = create_ControlExamplePlots_branch(ID)
174-
175176
println("running replace_and_push_files")
176177
replace_and_push_files(res, new_org, origin, new_branch_name)
177178
else

0 commit comments

Comments
 (0)