Skip to content

Commit fb59ef8

Browse files
committed
ci: add merge_group trigger to all CI workflows
1 parent 58e292d commit fb59ef8

12 files changed

Lines changed: 12 additions & 0 deletions

.github/workflows/ci-behavior.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
- 'tests/behavior/**'
1717
- 'shared/**'
1818
- '!**/*.md'
19+
merge_group:
1920
workflow_dispatch:
2021

2122
concurrency:

.github/workflows/ci-demos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'packages/layout-engine/**'
1111
- 'shared/**'
1212
- 'package.json'
13+
merge_group:
1314
workflow_dispatch:
1415

1516
jobs:

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'packages/document-api/scripts/**'
1111
- 'scripts/generate-all.mjs'
1212
- 'package.json'
13+
merge_group:
1314
workflow_dispatch:
1415

1516
jobs:

.github/workflows/ci-document-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- 'apps/docs/document-api/**'
1111
- 'package.json'
1212
- '.github/workflows/ci-document-api.yml'
13+
merge_group:
1314
workflow_dispatch:
1415

1516
concurrency:

.github/workflows/ci-esign.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'packages/esign/**'
10+
merge_group:
1011
workflow_dispatch:
1112

1213
concurrency:

.github/workflows/ci-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- 'packages/sdk/**'
1212
- 'packages/layout-engine/**'
1313
- 'shared/**'
14+
merge_group:
1415
workflow_dispatch:
1516

1617
jobs:

.github/workflows/ci-mcp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'apps/mcp/**'
10+
merge_group:
1011
workflow_dispatch:
1112

1213
concurrency:

.github/workflows/ci-react.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
paths:
99
- 'packages/react/**'
10+
merge_group:
1011
workflow_dispatch:
1112

1213
concurrency:

.github/workflows/ci-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- 'scripts/generate-all.mjs'
1414
- 'package.json'
1515
- '.github/workflows/ci-sdk.yml'
16+
merge_group:
1617
workflow_dispatch:
1718

1819
concurrency:

.github/workflows/ci-superdoc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ on:
1818
- 'packages/esign/**'
1919
- 'evals/**'
2020
- '**/*.md'
21+
merge_group:
2122
workflow_dispatch:
2223

2324
concurrency:

0 commit comments

Comments
 (0)