[build] workflows to run for merge queue (#8302)

Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
Sally MacFarlane
2025-02-14 10:15:51 +10:00
committed by GitHub
parent 6791c5fea6
commit 7e25c0072c
4 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ on:
- main
- release-*
- verkle
- gh-readonly-queue/main/pr-*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -6,6 +6,7 @@ on:
- main
- release-*
- verkle
- gh-readonly-queue/main/pr-*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -6,6 +6,7 @@ on:
- main
- release-*
- verkle
- gh-readonly-queue/main/pr-*
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

View File

@@ -6,6 +6,7 @@ on:
- main
- release-*
- verkle
- gh-readonly-queue/main/pr-*
env:
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"