mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 15:13:58 -05:00
[build] run workflows on merge group event (#8303)
Signed-off-by: Sally MacFarlane <macfarla.github@gmail.com>
This commit is contained in:
2
.github/workflows/acceptance-tests.yml
vendored
2
.github/workflows/acceptance-tests.yml
vendored
@@ -1,12 +1,12 @@
|
||||
name: acceptance-tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- verkle
|
||||
- gh-readonly-queue/main/pr-*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
||||
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
@@ -1,12 +1,12 @@
|
||||
name: integration-tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- verkle
|
||||
- gh-readonly-queue/main/pr-*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
||||
2
.github/workflows/pre-review.yml
vendored
2
.github/workflows/pre-review.yml
vendored
@@ -1,12 +1,12 @@
|
||||
name: pre-review
|
||||
|
||||
on:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- verkle
|
||||
- gh-readonly-queue/main/pr-*
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
|
||||
|
||||
2
.github/workflows/reference-tests.yml
vendored
2
.github/workflows/reference-tests.yml
vendored
@@ -1,12 +1,12 @@
|
||||
name: reference-tests
|
||||
on:
|
||||
workflow_dispatch:
|
||||
merge_group:
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
- release-*
|
||||
- verkle
|
||||
- gh-readonly-queue/main/pr-*
|
||||
|
||||
env:
|
||||
GRADLE_OPTS: "-Xmx6g -Dorg.gradle.daemon=false -Dorg.gradle.parallel=true -Dorg.gradle.caching=true"
|
||||
|
||||
Reference in New Issue
Block a user