Skip to content

Commit e48199a

Browse files
committed
250909.080426.CST [skip ci] revise profile_cobyla/lincoa/all
1 parent b0e76a1 commit e48199a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/profile_all.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ jobs:
265265
uses: actions/[email protected]
266266
if: always() # Always run even if the workflow is canceled manually or due to overtime.
267267
with:
268-
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}
268+
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
269269
path: |
270270
/tmp/${{ env.SOLNAME }}_profile_prima/*summary*.pdf
271271
/tmp/${{ env.SOLNAME }}_profile_prima/*.txt

.github/workflows/profile_all_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ jobs:
268268
uses: actions/[email protected]
269269
if: always() # Always run even if the workflow is canceled manually or due to overtime.
270270
with:
271-
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}
271+
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
272272
path: |
273273
matlab_crash_dump*
274274
/tmp/${{ env.SOLNAME }}_profile_prima/*summary*.pdf

.github/workflows/profile_cobyla_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
uses: actions/[email protected]
236236
if: always() # Always run even if the workflow is canceled manually or due to overtime.
237237
with:
238-
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}
238+
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
239239
path: |
240240
/tmp/cobyla_profile_prima/*summary*.pdf
241241
/tmp/cobyla_profile_prima/*.txt

.github/workflows/profile_cobyla_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
uses: actions/[email protected]
227227
if: always() # Always run even if the workflow is canceled manually or due to overtime.
228228
with:
229-
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}
229+
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
230230
path: |
231231
/tmp/cobyla_profile_prima/*summary*.pdf
232232
/tmp/cobyla_profile_prima/*.txt

.github/workflows/profile_lincoa_small.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
uses: actions/[email protected]
226226
if: always() # Always run even if the workflow is canceled manually or due to overtime.
227227
with:
228-
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}
228+
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.with_optim_toolbox }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
229229
path: |
230230
/tmp/${{ matrix.solver }}_profile_prima/*summary*.pdf
231231
/tmp/${{ matrix.solver }}_profile_prima/*.txt

.github/workflows/profile_lincoa_small_sq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
uses: actions/[email protected]
227227
if: always() # Always run even if the workflow is canceled manually or due to overtime.
228228
with:
229-
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}
229+
name: artifact-${{ matrix.solver }}-${{ matrix.dim }}-${{ matrix.competitor }}-${{ matrix.precision }}-${{ matrix.ctol_indicator }}-${{ matrix.use_system_libgcc }}-${{ matrix.test_feasibility_problems }}
230230
path: |
231231
matlab_crash_dump*
232232
/tmp/${{ matrix.solver }}_profile_prima/*summary*.pdf

0 commit comments

Comments
 (0)