Skip to content

Commit ea73259

Browse files
committed
250814.092815.CST update test_gfortran/ifx and stress_test_fortran.yml
1 parent bca7ea0 commit ea73259

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/stress_test_fortran.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,11 @@ jobs:
6464
steps:
6565

6666
- name: Run `sudo apt update -y`
67+
if: startsWith(matrix.os, 'ubuntu')
6768
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
6869

6970
- name: Free disk space
71+
if: startsWith(matrix.os, 'ubuntu')
7072
uses: jlumbroso/free-disk-space@main
7173
with:
7274
# all of these default to true, but feel free to set to "false" if necessary for your workflow

.github/workflows/test_gfortran.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,11 @@ jobs:
4545
run: git config --global http.postBuffer 1048576000 && git config --global core.compression 0
4646

4747
- name: Run `sudo apt update -y`
48+
if: startsWith(matrix.os, 'ubuntu')
4849
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4950

5051
- name: Free disk space
52+
if: startsWith(matrix.os, 'ubuntu')
5153
uses: jlumbroso/free-disk-space@main
5254
with:
5355
# all of these default to true, but feel free to set to "false" if necessary for your workflow

.github/workflows/test_ifx.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,11 @@ jobs:
3737
steps:
3838

3939
- name: Run `sudo apt update -y`
40+
if: startsWith(matrix.os, 'ubuntu')
4041
run: sudo apt update -y # Otherwise, free-disk-space or other actions relying on `apt` may fail
4142

4243
- name: Free disk space
44+
if: startsWith(matrix.os, 'ubuntu')
4345
uses: jlumbroso/free-disk-space@main
4446
with:
4547
# all of these default to true, but feel free to set to "false" if necessary for your workflow

0 commit comments

Comments
 (0)