File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -445,22 +445,23 @@ jobs:
445445 echo "Stream ended."
446446 echo "::endgroup::"
447447
448- - name : Cleanup Task and Workspace
449- if : always()
450- env :
451- TASK_NAME : ${{ steps.create_task.outputs.task-name }}
452- run : |
453- echo "::group::Cleaning up task and workspace..."
454-
455- if [[ -n "${TASK_NAME}" ]]; then
456- echo "Deleting task: ${TASK_NAME}"
457- coder task delete --yes "${TASK_NAME}" 2>&1 || echo "Task deletion failed or already deleted"
458- echo "Cleanup complete"
459- else
460- echo "No task name found, skipping cleanup"
461- fi
462-
463- echo "::endgroup::"
448+ # TEMPORARILY DISABLED FOR DEBUGGING - uncomment when done
449+ # - name: Cleanup Task and Workspace
450+ # if: always()
451+ # env:
452+ # TASK_NAME: ${{ steps.create_task.outputs.task-name }}
453+ # run: |
454+ # echo "::group::Cleaning up task and workspace..."
455+ #
456+ # if [[ -n "${TASK_NAME}" ]]; then
457+ # echo "Deleting task: ${TASK_NAME}"
458+ # coder task delete --yes "${TASK_NAME}" 2>&1 || echo "Task deletion failed or already deleted"
459+ # echo "Cleanup complete"
460+ # else
461+ # echo "No task name found, skipping cleanup"
462+ # fi
463+ #
464+ # echo "::endgroup::"
464465
465466 - name : Write Final Summary
466467 if : always()
You can’t perform that action at this time.
0 commit comments