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 5, 2025
1 parent 8e2fbcd commit 5b71652
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
File renamed without changes.
File renamed without changes.
4 changes: 3 additions & 1 deletion .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,10 @@ concurrency:
jobs:

lnt-benchmarks:
uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@v1
uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@aba-dev-machine-support
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 5b71652

Please sign in to comment.