Skip to content

Commit d21c4d6

Browse files
authored
Merge pull request #12 from omnibenchmark/local
Switch to a local runner
2 parents 21fe192 + 7253ee6 commit d21c4d6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/benchmark.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
jobs:
1414
run-benchmark:
1515
name: Run Benchmark
16-
runs-on: ubuntu-latest
16+
## runs-on: ubuntu-latest
17+
runs-on: self-hosted
1718
steps:
1819
- name: Check out repository
1920
uses: actions/checkout@v4
@@ -48,7 +49,8 @@ jobs:
4849
4950
upload-artifact:
5051
name: Benchmark Artifact
51-
runs-on: ubuntu-latest
52+
## runs-on: ubuntu-latest
53+
runs-on: self-hosted
5254
needs: run-benchmark
5355
if: always()
5456
steps:

0 commit comments

Comments
 (0)