Skip to content

Commit

Permalink
ci(bench): try running on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 29, 2024
1 parent 9fcb565 commit 9b0f324
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

jobs:
PromQL:
runs-on: ubuntu-latest
runs-on: [Linux, bench]
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
run: docker compose down --remove-orphans --volumes --timeout 10

CheckBenchAPI:
runs-on: ubuntu-latest
runs-on: [Linux, bench]
steps:
- name: Install Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 9b0f324

Please sign in to comment.