Skip to content

Commit 6bc5c41

Browse files
committed
Cleanup
1 parent 2f38caa commit 6bc5c41

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

.github/workflows/build-linux.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
branches:
66
- master
77
- release_v*
8-
- linux_disk_space
98
tags:
109
- '*'
1110
pull_request:
@@ -42,16 +41,10 @@ jobs:
4241
- name: Check space1
4342
run: df -h
4443

45-
- name: Du1
46-
run: cd / ; du -sh * || true
47-
48-
- name: Du2
49-
run: cd /__t ; du -sh * || true
50-
51-
- name: Free space
44+
- name: Free some space
5245
run: cd /__t ; rm -rf CodeQL go
5346

54-
- name: Check space1
47+
- name: Check space2
5548
run: df -h
5649

5750
- name: Checkout code
@@ -65,7 +58,7 @@ jobs:
6558
- name: Get tags
6659
run: git fetch --unshallow origin +refs/tags/*:refs/tags/*
6760

68-
- name: Check space2
61+
- name: Check space3
6962
run: df -h
7063

7164
- name: Restore Caches

0 commit comments

Comments
 (0)