Skip to content

Increase targeted coverage for parser, codegen, execution tree, and GraphQL transform edge paths #28

Increase targeted coverage for parser, codegen, execution tree, and GraphQL transform edge paths

Increase targeted coverage for parser, codegen, execution tree, and GraphQL transform edge paths #28

name: Benchmark Cleanup
on:
pull_request:
types: [closed]
permissions:
contents: read
jobs:
archive_pr_branch:
name: Archive closed PR branch with Bencher
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main
- name: Archive closed PR branch with Bencher
continue-on-error: true
run: |
bencher archive \
--project the-bridge \
--token '${{ secrets.BENCHER_API_TOKEN }}' \
--branch "$GITHUB_HEAD_REF"