Skip to content

Small refactor and bump github.com/samber/lo #1

Small refactor and bump github.com/samber/lo

Small refactor and bump github.com/samber/lo #1

Workflow file for this run

on: issue_comment
jobs:
pyrobench:
name: Run Pyrobench on demand by PR comment
if: ${{ github.event.issue.pull_request }}
runs-on: ubuntu-latest
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.22'
- name: Pyrobench
uses: grafana/pyrobench@main
with:
github_context: ${{ toJson(github) }}
github_token: ${{ secrets.GITHUB_TOKEN }}