File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 36
36
with :
37
37
fetch-depth : 0
38
38
39
- - name : Check disk space before build
39
+ - name : Show disk space before the tasks
40
40
run : df -h
41
41
42
42
- name : Remove exec_depend
72
72
verbose : true
73
73
flags : differential
74
74
75
- - name : Check disk space after build
75
+ - name : Show disk space after the tasks
76
76
run : df -h
77
77
78
78
clang-tidy-differential :
Original file line number Diff line number Diff line change 27
27
- name : Check out repository
28
28
uses : actions/checkout@v3
29
29
30
+ - name : Show disk space before the tasks
31
+ run : df -h
32
+
30
33
- name : Remove exec_depend
31
34
uses : autowarefoundation/autoware-github-actions/remove-exec-depend@v1
32
35
59
62
fail_ci_if_error : false
60
63
verbose : true
61
64
flags : total
65
+
66
+ - name : Show disk space after the tasks
67
+ run : df -h
You can’t perform that action at this time.
0 commit comments