Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit51df125

Browse files
committed
fix: remove task cleanup to preserve task logs
Remove the automatic task deletion step to match traiage workflowbehavior. This allows users to review the task logs after theworkflow completes, since the results are already posted to thePR comment.
1 parent06dd555 commit51df125

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

‎.github/workflows/documentation-check.yaml‎

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -316,12 +316,3 @@ jobs:
316316
"/repos/${GITHUB_REPOSITORY}/issues/comments/${COMMENT_ID}" \
317317
-f body="${COMMENT_BODY}"
318318
319-
-name:Cleanup task
320-
if:always()
321-
env:
322-
TASK_NAME:${{ steps.create-task.outputs.TASK_NAME }}
323-
run:|
324-
if [[ -n "${TASK_NAME}" ]]; then
325-
echo "Cleaning up task: ${TASK_NAME}"
326-
./scripts/documentation-check.sh delete ||true
327-
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp