Skip to content

Commit 5b99a4d

Browse files
committed
RDKEMW-2805 [AI2.0][StorageManager] branch name changed
1 parent 2499e0b commit 5b99a4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/L1-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: L1-tests
22

33
on:
44
push:
5-
branches: [ main, develop, 'sprint/**', 'release/**' ]
5+
branches: [ main, develop, 'sprint/**', 'release/**', topic/RDKEMW-2805 ]
66
pull_request:
77
branches: [ main, develop, 'sprint/**', 'release/**' ]
88

@@ -113,7 +113,7 @@ jobs:
113113
with:
114114
repository: rdkcentral/entservices-testframework
115115
path: entservices-testframework
116-
ref: develop
116+
ref: topic/RDKEMW-2805
117117
token: ${{ secrets.RDKCM_RDKE }}
118118

119119
- name: Checkout entservices-inputoutput

.github/workflows/L2-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: L2-tests
22

33
on:
44
push:
5-
branches: [ main, develop, 'sprint/**', 'release/**' ]
5+
branches: [ main, develop, 'sprint/**', 'release/**', topic/RDKEMW-2805 ]
66
pull_request:
77
branches: [ main, develop, 'sprint/**', 'release/**' ]
88

@@ -88,7 +88,7 @@ jobs:
8888
with:
8989
repository: rdkcentral/entservices-testframework
9090
path: entservices-testframework
91-
ref: develop
91+
ref: topic/RDKEMW-2805
9292
token: ${{ secrets.RDKCM_RDKE }}
9393

9494
- name: Checkout googletest

0 commit comments

Comments
 (0)