Skip to content

Commit ac7ad66

Browse files
committed
updated the ci action file, fix typos there
1 parent 80cbe47 commit ac7ad66

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

.github/workflows/run-benchmark.yml

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: CI
22
on:
33
push:
4-
branches-ignore:
54

65
pull_request:
76
branches: [ main ]
@@ -35,13 +34,12 @@ jobs:
3534

3635
- name: Update environment
3736
run: mamba env update -n model-validation -f environment_benchmarks.yml
38-
if: steps.cache.outputs.cache-hit != 'true'
3937

4038
- name: run-fenics-benchmarks
4139
shell: bash -l {0}
4240
run: |
4341
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/FEniCS/
44-
snakemake --use-conda --force --cores 'all' --reporter metadat4ing
42+
snakemake --use-conda --force --cores 'all' --reporter metadata4ing
4543
4644
- name: run-fenics-nextflow-benchmark
4745
shell: bash -l {0}
@@ -55,18 +53,6 @@ jobs:
5553
cd $GITHUB_WORKSPACE/benchmarks/linear-elastic-plate-with-hole/Kratos/
5654
snakemake --use-conda --force --cores 'all'
5755
58-
#- name: run-optimization-workflow
59-
# shell: bash -l {0}
60-
# run: |
61-
# cd $GITHUB_WORKSPACE/usecases/optimization_paper/optimization_workflow/
62-
# snakemake -c 1
63-
64-
#- name: run-optimization-paper
65-
# shell: bash -l {0}
66-
# run: |
67-
# cd $GITHUB_WORKSPACE/usecases/optimization_paper/
68-
# doit
69-
7056
- name: Archive fenics data
7157
uses: actions/upload-artifact@v4
7258
with:

0 commit comments

Comments
 (0)