Skip to content

Commit 0e298fd

Browse files
committed
Switch to run_omnibenchmark as action handler
1 parent dab8639 commit 0e298fd

File tree

4 files changed

+25
-207
lines changed

4 files changed

+25
-207
lines changed

.github/workflows/micromamba.yml

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

.github/workflows/miniconda_miniforge.yml

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

.github/workflows/oras.yml

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

.github/workflows/run_conda.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: run_on_conda
2+
on:
3+
pull_request:
4+
workflow_dispatch:
5+
schedule:
6+
- cron: "30 1 * * *" # at 1.30am
7+
8+
jobs:
9+
run-benchmark:
10+
name: Run on conda
11+
runs-on: ubuntu-latest
12+
strategy:
13+
matrix:
14+
ob_branch: [main]
15+
fail-fast: false
16+
steps:
17+
- name: Checkout
18+
uses: actions/checkout@v4
19+
20+
- name: Use action
21+
uses: omnibenchmark/run_omnibenchmark@main
22+
with:
23+
yaml: Clustering_conda.yaml
24+
backend: conda
25+
omnibenchmark_branch: ${{ matrix.ob_branch }}

0 commit comments

Comments
 (0)