Browse Source

should now be able to use master

pull/256/head
Jason Williams 4 years ago
parent
commit
e9428807f2
  1. 2
      .github/workflows/pull_request.yml

2
.github/workflows/pull_request.yml

@ -20,6 +20,6 @@ jobs:
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}
- uses: jasonwilliams/criterion-compare-action@debugging
- uses: jasonwilliams/criterion-compare-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save