Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbaliasnikov committed Jan 31, 2025
1 parent ab0f12c commit cc73c57
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lnt-benchmarks.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: LNT benchmarks

on:
push:
branches:
- main
pull_request:

concurrency:
Expand All @@ -13,7 +16,6 @@ jobs:
uses: matter-labs/era-compiler-ci/.github/workflows/lnt.yml@aba-lnt-support
secrets: inherit
with:
compiler_tester_branch: "aba-lnt-support"
compiler_llvm_branch: ${{ github.head_ref }}
ccache-key: 'llvm-Linux-X64-gnu'
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }} # required to properly test forks
compiler-llvm-repo: ${{ github.event.pull_request.head.repo.full_name }}

0 comments on commit cc73c57

Please sign in to comment.