Skip to content

Commit 0985878

Browse files
CCM-11942 Uses shared dispatch workflow with overrides
1 parent 55211b0 commit 0985878

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/scripts/dispatch_internal_repo_workflow.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,6 @@ for _ in {1..18}; do
202202

203203
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
204204
# Workflow_run_url is a list of all workflows which were run for this combination of inputs, but are the API uri
205-
echo "All the runs ${workflow_run_url[*]}"
206205
workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
207206

208207
# Take the first and strip it back to being an accessible url
@@ -252,6 +251,4 @@ while true; do
252251
exit 1
253252
fi
254253
fi
255-
256-
echo "[$(date '+%Y-%m-%d %H:%M:%S')] Workflow still running..."
257254
done

0 commit comments

Comments
 (0)