Skip to content

Commit cc17740

Browse files
authored
[Windows] Always cleanup temporary files (#3342)
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 1185601 commit cc17740

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ jobs:
146146
Remove-Item -LiteralPath ${{ env.NEW_WORKSPACE }} -Force -Recurse -ErrorAction Ignore
147147
148148
- name: Clean up temporary files
149+
if: ${{ always() }}
149150
shell: bash
150151
run: |
151152
rm -rf rm -rf /tmp/triton-* /tmp/tmp*

.github/workflows/pip-test-windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
Remove-Item -LiteralPath ${{ env.NEW_WORKSPACE }} -Force -Recurse -ErrorAction Ignore
160160
161161
- name: Clean up temporary files
162+
if: ${{ always() }}
162163
shell: bash
163164
run: |
164165
rm -rf rm -rf /tmp/triton-* /tmp/tmp*

0 commit comments

Comments
 (0)