Consolidate archive sync writers on Bun transactions #1245
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Bench Gate | |
| # The PR dispatcher always calls the main-pinned workflow, which runs | |
| # on GitHub-hosted runners for every PR. | |
| on: | |
| pull_request: | |
| # Docs/frontend-only PRs cannot change the gated Go paths. If | |
| # this check is ever made required on branch protection, pair it | |
| # with a no-op sibling workflow on the inverse paths. | |
| paths: | |
| - "**.go" | |
| - "go.mod" | |
| - "go.sum" | |
| - "Makefile" | |
| - ".github/workflows/bench.yml" | |
| - ".github/workflows/bench-pr.yml" | |
| permissions: read-all | |
| jobs: | |
| run: | |
| uses: kenn-io/agentsview/.github/workflows/bench.yml@main |