Skip to content

Commit 95c41f6

Browse files
committed
actions: twister: remove cleanup job
We now cleanup at the beginning. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 82e255b commit 95c41f6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/twister.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -226,11 +226,6 @@ jobs:
226226
name: Unit Test Results (Subset ${{ matrix.subset }})
227227
path: twister-out/twister.xml
228228

229-
- name: Cleanup
230-
if: always()
231-
run: |
232-
git clean -dxf
233-
234229
twister-test-results:
235230
name: "Publish Unit Tests Results"
236231
needs: twister-build

0 commit comments

Comments
 (0)