Browse Source

Fix benchmark action in CI (#1553)

pull/1549/head
jedel1043 3 years ago committed by GitHub
parent
commit
01ce7a1914
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/pull_request.yml

1
.github/workflows/pull_request.yml

@ -24,4 +24,5 @@ jobs:
- uses: boa-dev/criterion-compare-action@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
branchName: ${{ github.base_ref }}
cwd: boa

Loading…
Cancel
Save