Skip to content

Commit

Permalink
ci: run benchmark only for label
Browse files Browse the repository at this point in the history
  • Loading branch information
meskill committed Sep 5, 2024
1 parent f8815a6 commit abe2e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ concurrency:
jobs:
benchmarks:
name: Run benchmarks for pr
# runs-on: benchmarking-runner
runs-on: ubuntu-latest
if: "${{ contains(github.event.pull_request.labels.*.name, 'ci: benchmark') }}"
runs-on: benchmarking-runner

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit abe2e38

Please sign in to comment.