Skip to content

Commit 1e61b6a

Browse files
committed
1 parent 6e9f70a commit 1e61b6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/run_conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Use action
18-
uses: omnibenchmark/run_omnibenchmark@align_with_ob_dev_cli
18+
uses: omnibenchmark/run_omnibenchmark@main
1919
with:
2020
yaml: Clustering_conda.yml
2121
backend: conda
22-
omnibenchmark_branch: 'release/0.3.0'
22+
omnibenchmark_branch: 'refactor/drop-schema-v2'

.github/workflows/run_oras.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Use action
17-
uses: omnibenchmark/run_omnibenchmark@align_with_ob_dev_cli
17+
uses: omnibenchmark/run_omnibenchmark@main
1818
with:
1919
yaml: Clustering_oras.yml
2020
backend: apptainer
21-
omnibenchmark_branch: 'release/0.3.0'
21+
omnibenchmark_branch: 'refactor/drop-schema-v2'

0 commit comments

Comments
 (0)