This repository was archived by the owner on Jul 10, 2026. It is now read-only.
test: use additional scopes for escrow noir tests (#348) #41
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: Update Benchmark Baseline | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - main | |
| schedule: | |
| - cron: '0 0 1 * *' | |
| workflow_dispatch: | |
| concurrency: | |
| group: update-baseline-${{ github.ref_name }} | |
| cancel-in-progress: false | |
| jobs: | |
| baseline: | |
| uses: defi-wonderland/aztec-benchmark/.github/workflows/update-baseline.yml@4.2.0 | |
| permissions: | |
| contents: read | |
| actions: write | |
| secrets: inherit |