Skip to content

Commit f652355

Browse files
committed
250801.012920.PDT revise profile_prima_small.yml
1 parent 584f1fc commit f652355

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
1919

2020

2121
jobs:
22+
2223
test:
2324
name: Profile PRIMA.
2425
runs-on: ${{ matrix.os }}

.github/workflows/profile_lincoa_small.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
1919

2020

2121
jobs:
22+
2223
test:
2324
name: Profile PRIMA.
2425
runs-on: ${{ matrix.os }}

.github/workflows/profile_prima_small.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ run-name: ${{ github.event_name == 'workflow_dispatch' && format('Manual run {0}
1919

2020

2121
jobs:
22+
2223
test:
2324
name: Profile PRIMA.
2425
runs-on: ${{ matrix.os }}
@@ -35,6 +36,18 @@ jobs:
3536

3637
steps:
3738

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+
3851
- name: Clone Repository (Latest)
3952
uses: actions/checkout@v4.2.2
4053
if: github.event.inputs.git-ref == ''

0 commit comments

Comments
 (0)