Skip to content

Commit 74dd0dd

Browse files
chore: Add merge group to CI
Signed-off-by: Francisco Javier Arceo <[email protected]>
1 parent 8a8ebdb commit 74dd0dd

File tree

5 files changed

+7
-0
lines changed

5 files changed

+7
-0
lines changed

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
paths:
1010
- 'sdk/**'
1111
- 'ui/**'
12+
merge_group:
1213

1314
# concurrency is currently broken, see details https://github.com/actions/runner/issues/1532
1415
#concurrency:

.github/workflows/pr_local_integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
paths:
1111
- 'sdk/**'
1212
- 'ui/**'
13+
merge_group:
1314

1415
jobs:
1516
integration-test-python-local:

.github/workflows/pr_remote_rbac_integration_tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
paths:
1111
- 'sdk/**'
1212
- 'ui/**'
13+
merge_group:
1314

1415
jobs:
1516
remote-rbac-integration-tests-python:

.github/workflows/smoke_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
paths:
66
- 'sdk/**'
77
- 'ui/**'
8+
merge_group:
9+
810
jobs:
911
unit-test-python:
1012
runs-on: ${{ matrix.os }}

.github/workflows/unit_tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
- 'ui/**'
88
paths-ignore:
99
- 'docs/**'
10+
merge_group:
11+
1012
jobs:
1113
unit-test-python:
1214
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)