Skip to content

Commit 0ee1955

Browse files
committed
ci: clang: Remove obsolete clean-up steps
The repository clean-up steps are no longer necessary because the new zephyr-runner is ephemeral and does not contain any files from the previous runs. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent a0eb50b commit 0ee1955

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/clang.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ jobs:
2626
outputs:
2727
report_needed: ${{ steps.twister.outputs.report_needed }}
2828
steps:
29-
- name: Cleanup
30-
run: |
31-
# hotfix, until we have a better way to deal with existing data
32-
rm -rf zephyr zephyr-testing
33-
3429
- name: Clone cached Zephyr repository
3530
continue-on-error: true
3631
run: |

0 commit comments

Comments
 (0)