We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936b9a9 commit 0ac9500Copy full SHA for 0ac9500
1 file changed
utils/pr_commenter.jl
@@ -167,11 +167,12 @@ try
167
168
println("$ndiff images have changes")
169
import UUIDs
170
-
+
171
172
+ println("running create_ControlExamplePlots_branch")
173
+ old_commit, new_branch_name = create_ControlExamplePlots_branch(ID)
174
175
if ndiff > 0
- println("running create_ControlExamplePlots_branch")
- old_commit, new_branch_name = create_ControlExamplePlots_branch(ID)
176
println("running replace_and_push_files")
177
replace_and_push_files(res, new_org, origin, new_branch_name)
178
else
0 commit comments