Skip to content

Commit acf7838

Browse files
authored
Merge pull request #37 from omnibenchmark/denmark
Draft Denmark YMLs
2 parents 574aa46 + e9e9b44 commit acf7838

File tree

9 files changed

+85
-524
lines changed

9 files changed

+85
-524
lines changed

.github/workflows/micromamba.yml.old

Lines changed: 0 additions & 69 deletions
This file was deleted.

.github/workflows/miniconda_miniforge.yml.old

Lines changed: 0 additions & 78 deletions
This file was deleted.

.github/workflows/oras.yml.old

Lines changed: 0 additions & 60 deletions
This file was deleted.

.github/workflows/run_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: run_on_conda
1+
name: run_ob_main_conda
22
on:
33
push:
44
workflow_dispatch:
@@ -19,4 +19,4 @@ jobs:
1919
with:
2020
yaml: Clustering_conda.yml
2121
backend: conda
22-
omnibenchmark_branch: 'dev'
22+
omnibenchmark_branch: 'main'
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: run_ob_dev_conda
2+
on:
3+
push:
4+
workflow_dispatch:
5+
# schedule:
6+
# - cron: "30 1 * * *" # at 1.30am
7+
8+
jobs:
9+
run_benchmark_main:
10+
name: Run on conda
11+
runs-on: ubuntu-latest
12+
# runs-on: self-hosted
13+
steps:
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
17+
- name: Use action
18+
uses: omnibenchmark/run_omnibenchmark@main
19+
with:
20+
yaml: Clustering_conda.yml
21+
backend: conda
22+
omnibenchmark_branch: 'dev'

0 commit comments

Comments
 (0)