diff --git a/.github/workflows/twister.yaml b/.github/workflows/twister.yaml index 2bf3eefe4d4505..44bc9a99bdcd56 100644 --- a/.github/workflows/twister.yaml +++ b/.github/workflows/twister.yaml @@ -46,11 +46,6 @@ jobs: # GitHub comes up with a fundamental fix for this problem. git config --global --add safe.directory ${GITHUB_WORKSPACE} - - name: Cleanup - run: | - # hotfix, until we have a better way to deal with existing data - rm -rf zephyr zephyr-testing - - name: Clone cached Zephyr repository if: github.event_name == 'pull_request_target' continue-on-error: true @@ -147,11 +142,6 @@ jobs: # GitHub comes up with a fundamental fix for this problem. git config --global --add safe.directory ${GITHUB_WORKSPACE} - - name: Cleanup - run: | - # hotfix, until we have a better way to deal with existing data - rm -rf zephyr zephyr-testing - - name: Clone cached Zephyr repository continue-on-error: true run: |