Skip to content

chore(deps): bump cachix/install-nix-action from 25 to 27 #226

chore(deps): bump cachix/install-nix-action from 25 to 27

chore(deps): bump cachix/install-nix-action from 25 to 27 #226

Workflow file for this run

name: benchmark pull requests
on:
pull_request:
types: [labeled]
jobs:
runBenchmark:
if: ${{ github.event.label.name == 'run-benchmark' && github.event_name == 'pull_request' }}
name: run benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: jasonwilliams/criterion-compare-action@move_to_actions
with:
branchName: ${{ github.base_ref }}
token: ${{ secrets.GITHUB_TOKEN }}