Skip to content

Commit 8b9e0dd

Browse files
committed
250731.123901.PDT update verify_small/big/larg.yml
1 parent 0bae3e9 commit 8b9e0dd

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

.github/scripts

.github/workflows/verify_big.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ jobs:
3636

3737
steps:
3838

39+
- name: Free disk space
40+
uses: jlumbroso/free-disk-space@main
41+
if: startsWith(matrix.os, 'ubuntu')
42+
with:
43+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
44+
android: true
45+
dotnet: true
46+
haskell: true
47+
large-packages: true
48+
docker-images: true
49+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
50+
3951
- name: Clone Repository (Latest)
4052
uses: actions/[email protected]
4153
if: github.event.inputs.git-ref == ''

.github/workflows/verify_large.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,18 @@ jobs:
3636

3737
steps:
3838

39+
- name: Free disk space
40+
uses: jlumbroso/free-disk-space@main
41+
if: startsWith(matrix.os, 'ubuntu')
42+
with:
43+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
44+
android: true
45+
dotnet: true
46+
haskell: true
47+
large-packages: true
48+
docker-images: true
49+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
50+
3951
- name: Clone Repository (Latest)
4052
uses: actions/[email protected]
4153
if: github.event.inputs.git-ref == ''

.github/workflows/verify_small.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,17 @@ jobs:
3535

3636
steps:
3737

38+
- name: Free disk space
39+
uses: jlumbroso/free-disk-space@main
40+
if: startsWith(matrix.os, 'ubuntu')
41+
with:
42+
# all of these default to true, but feel free to set to "false" if necessary for your workflow
43+
android: true
44+
dotnet: true
45+
haskell: true
46+
large-packages: true
47+
docker-images: true
48+
swap-storage: false # Important, or the runner may be shut down due to memory starvation.
3849
- name: Clone Repository (Latest)
3950
uses: actions/[email protected]
4051
if: github.event.inputs.git-ref == ''

0 commit comments

Comments
 (0)