Skip to content

Commit 30e9eb7

Browse files
ci: temporarily disable cleanup for debugging workspace build failure
1 parent 3d414db commit 30e9eb7

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

.github/workflows/doc-check.yaml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)