Skip to content

Commit 89b3729

Browse files
DanInciDaniel Incicau
andauthored
Fix reference to clustering_report repo (#21)
* Fix reference to clustering_report repo * Change runner from self-hosted to ubuntu --------- Co-authored-by: Daniel Incicau <[email protected]>
1 parent 707d94b commit 89b3729

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/benchmark.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ permissions:
1717
jobs:
1818
run-benchmark:
1919
name: Run Benchmark
20-
## runs-on: ubuntu-latest
21-
runs-on: self-hosted
20+
runs-on: ubuntu-latest
21+
## runs-on: self-hosted
2222
steps:
2323
- name: Check out repository
2424
uses: actions/checkout@v4
@@ -66,8 +66,8 @@ jobs:
6666
6767
upload-artifact:
6868
name: Benchmark Artifact
69-
## runs-on: ubuntu-latest
70-
runs-on: self-hosted
69+
runs-on: ubuntu-latest
70+
## runs-on: self-hosted
7171
needs: run-benchmark
7272
if: always()
7373
steps:

Clustering.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metric_collectors:
3939
software_environment: "rmarkdown"
4040
repository:
4141
url: https://github.com/imallona/clustering_report
42-
commit: 0a4ddff
42+
commit: 1d6bdf5
4343
inputs:
4444
- metrics.scores
4545
outputs:

Clustering_conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metric_collectors:
3939
software_environment: "rmarkdown"
4040
repository:
4141
url: https://github.com/imallona/clustering_report
42-
commit: f1a5876
42+
commit: 1d6bdf5
4343
inputs:
4444
- metrics.scores
4545
outputs:

Clustering_envmodules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metric_collectors:
3939
software_environment: "rmarkdown"
4040
repository:
4141
url: https://github.com/imallona/clustering_report
42-
commit: f1a5876
42+
commit: 1d6bdf5
4343
inputs:
4444
- metrics.scores
4545
outputs:

Clustering_singularity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ metric_collectors:
3939
software_environment: "rmarkdown"
4040
repository:
4141
url: https://github.com/imallona/clustering_report
42-
commit: f1a5876
42+
commit: 1d6bdf5
4343
inputs:
4444
- metrics.scores
4545
outputs:

0 commit comments

Comments
 (0)