Skip to content

Commit 20a4590

Browse files
authored
all-tests: clean macos image (#19490)
1 parent 357ceb9 commit 20a4590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-all-erigon.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363

6464
steps:
6565
- name: Cleanup space on Linux runner
66-
if: runner.os == 'Linux' && needs.source-of-changes.outputs.changed_files != 'true'
66+
if: needs.source-of-changes.outputs.changed_files != 'true'
6767
run: |
6868
rm -fr /opt/az \
6969
/opt/microsoft \

0 commit comments

Comments
 (0)