File tree 1 file changed +8
-13
lines changed
1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 7
7
tags :
8
8
- ' *'
9
9
pull_request :
10
+ branches :
11
+ - main
12
+
13
+ concurrency :
14
+ group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
15
+ cancel-in-progress : true
10
16
11
17
permissions :
12
18
contents : write
@@ -56,21 +62,10 @@ jobs:
56
62
name : unit tests
57
63
runs-on : ubuntu-latest
58
64
steps :
59
- - name : Remove unnecessary files
60
- run : |
61
- docker rmi `docker images -q`
62
- sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/sudo apt/sources.list.d
63
- sudo apt -y autoremove --purge
64
- sudo apt -y autoclean
65
- sudo apt clean
66
- rm -rf "$AGENT_TOOLSDIRECTORY"
67
- df -h
68
65
- name : Free Disk Space (Ubuntu)
69
66
uses : jlumbroso/free-disk-space@main
70
- # with:
71
- # tool-cache: true
72
- # large-packages: true
73
- # swap-storage: true
67
+ with :
68
+ large-packages : false
74
69
- name : Install Rust
75
70
uses : dtolnay/rust-toolchain@stable
76
71
- name : Install protoc
You can’t perform that action at this time.
0 commit comments