Skip to content

Commit

Permalink
chore: add weights automation
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed May 23, 2023
1 parent 0c234b9 commit 39ffa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:
jobs:
benchmark:
name: Benchmark
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/bench') }}
if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '/run_benchmarks') }}
runs-on: [self-hosted, linux]
steps:
- uses: actions/github-script@v6
Expand Down

0 comments on commit 39ffa35

Please sign in to comment.