Skip to content

Commit 7fcf039

Browse files
committed
fix 'Cleanup Docker setup'
1 parent 45e7257 commit 7fcf039

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
verbose: true
183183

184184
- name: Cleanup Docker setup
185-
if: matrix.os == 'ubuntu-latest'
185+
if: matrix.os == 'ubuntu-latest' && always()
186186
run: |
187187
sudo rm -rf services
188188

0 commit comments

Comments
 (0)