Skip to content

Commit

Permalink
Test my own criterion-compare-action fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wcampbell0x2a committed Sep 4, 2024
1 parent c150659 commit 1c7b605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
- uses: boa-dev/criterion-compare-action@v3
- uses: wcampbell0x2a/criterion-compare-action@e08fb2661daf3f2563e16a0cadc71438baa833b9
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
- uses: boa-dev/criterion-compare-action@v3
- uses: wcampbell0x2a/criterion-compare-action@e08fb2661daf3f2563e16a0cadc71438baa833b9
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 1c7b605

Please sign in to comment.