Skip to content

Commit 52e6365

Browse files
authored
ci: try to enable merge queue (#178)
Signed-off-by: hydai <[email protected]>
1 parent 6175082 commit 52e6365

File tree

8 files changed

+8
-0
lines changed

8 files changed

+8
-0
lines changed

.github/workflows/build_openvino_mobilenet.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
- "openvino-mobilenet-raw/**"
1818
- "openvino-mobilenet-image/**"
1919
- "scripts/install_openvino.sh"
20+
merge_group:
2021

2122
env:
2223
CARGO_TERM_COLOR: always

.github/workflows/build_openvino_road_seg_adas.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- ".github/workflows/build_openvino_road_seg_adas.yml"
1616
- "openvino-road-segmentation-adas/**"
1717
- "scripts/install_openvino.sh"
18+
merge_group:
1819

1920
env:
2021
CARGO_TERM_COLOR: always

.github/workflows/build_pytorch_yolo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ on:
1515
- ".github/workflows/build_pytorch_yolo.yml"
1616
- "pytorch-yolo-image/**"
1717
- "scripts/install_libtorch.sh"
18+
merge_group:
1819

1920
env:
2021
CARGO_TERM_COLOR: always

.github/workflows/chatTTS.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- ".github/workflows/chatTTS.yml"
1313
- "wasmedge-chatTTS/**"
14+
merge_group:
1415
jobs:
1516
build:
1617
runs-on: ubuntu-22.04

.github/workflows/llama.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
paths:
2020
- ".github/workflows/llama.yml"
2121
- "wasmedge-ggml/**"
22+
merge_group:
2223

2324
jobs:
2425
build:

.github/workflows/piper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- ".github/workflows/piper.yml"
1313
- "wasmedge-piper/**"
14+
merge_group:
1415

1516
jobs:
1617
build:

.github/workflows/pytorch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
paths:
2020
- ".github/workflows/pytorch.yml"
2121
- "pytorch-mobilenet-image/**"
22+
merge_group:
2223

2324
jobs:
2425
build:

.github/workflows/tflite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
paths:
2020
- ".github/workflows/tflite.yml"
2121
- "tflite-birds_v1-image/**"
22+
merge_group:
2223

2324
jobs:
2425
build:

0 commit comments

Comments
 (0)