We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55211b0 commit 0985878Copy full SHA for 0985878
.github/scripts/dispatch_internal_repo_workflow.sh
@@ -202,7 +202,6 @@ for _ in {1..18}; do
202
203
if [[ -n "$workflow_run_url" && "$workflow_run_url" != null ]]; then
204
# 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[*]}"
206
workflow_run_url=$(echo "$workflow_run_url" | head -n 1)
207
208
# Take the first and strip it back to being an accessible url
@@ -252,6 +251,4 @@ while true; do
252
251
exit 1
253
fi
254
255
-
256
- echo "[$(date '+%Y-%m-%d %H:%M:%S')] Workflow still running..."
257
done
0 commit comments