Skip to content

Commit

Permalink
chore: ci typo
Browse files Browse the repository at this point in the history
  • Loading branch information
icehaunter committed Oct 21, 2024
1 parent 403e9ae commit 8808c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmarking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write
contents: read
name: Build and test on PR comment
if: ${{ github.event.issue.pull_request && (startsWith(github.event.comment.body, "benchmark this") || startsWith(github.event.comment.body, "Benchmark this"))}}
if: ${{ github.event.issue.pull_request && (startsWith(github.event.comment.body, 'benchmark this') || startsWith(github.event.comment.body, 'Benchmark this'))}}
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v7
Expand Down

0 comments on commit 8808c00

Please sign in to comment.