We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f38caa commit 6bc5c41Copy full SHA for 6bc5c41
1 file changed
.github/workflows/build-linux.yml
@@ -5,7 +5,6 @@ on:
5
branches:
6
- master
7
- release_v*
8
- - linux_disk_space
9
tags:
10
- '*'
11
pull_request:
@@ -42,16 +41,10 @@ jobs:
42
41
- name: Check space1
43
run: df -h
44
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
+ - name: Free some space
52
run: cd /__t ; rm -rf CodeQL go
53
54
- - name: Check space1
+ - name: Check space2
55
56
57
- name: Checkout code
@@ -65,7 +58,7 @@ jobs:
65
58
- name: Get tags
66
59
run: git fetch --unshallow origin +refs/tags/*:refs/tags/*
67
60
68
- - name: Check space2
61
+ - name: Check space3
69
62
70
63
71
64
- name: Restore Caches
0 commit comments