Skip to content

Commit

Permalink
ci: lnt measurements in PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Feb 7, 2025
1 parent e82332e commit f82eef8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lnt-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- main
workflow_dispatch:
pull_request:

concurrency:
group: ${{ github.repository_id }}-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -13,9 +14,11 @@ concurrency:
jobs:

lnt-benchmarks:
if: github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork
uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@v1
secrets: inherit
with:
compiler_llvm_branch: ${{ github.head_ref }}
ccache-key: 'llvm-Linux-X64-gnu'
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }}
use-dev-machine: ${{ github.event_name != 'push' }}

0 comments on commit f82eef8

Please sign in to comment.