Skip to content

Commit 6641bfd

Browse files
committed
ci: removed cleanup step
1 parent 79e41e0 commit 6641bfd

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
outputs:
1717
needs_build: ${{ steps.filter.outputs.needs_build }}
1818
steps:
19-
- name: cleanup work folder
20-
run: |
21-
if [ -n "${GITHUB_WORKSPACE}" ]; then
22-
rm -rf ${GITHUB_WORKSPACE}/*
23-
fi
2419
- uses: actions/checkout@v4
2520
with:
2621
fetch-depth: 25

0 commit comments

Comments
 (0)