add tests on pull request for verkle branch (#7957)

Signed-off-by: Karim Taam <karim.t2am@gmail.com>
This commit is contained in:
Karim Taam
2024-12-03 22:43:45 +07:00
committed by GitHub
parent 07637cfc12
commit 2b654dd5da
4 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- verkle
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- verkle
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- verkle
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -5,6 +5,7 @@ on:
branches:
- main
- release-*
- verkle
env:
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"