Skip to content

Commit 96db75f

Browse files
committed
Disabling workflow for L1 and L2
1 parent a199266 commit 96db75f

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/L1-tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: L1-tests
22

3+
on:
4+
workflow_dispatch:
5+
36
env:
47
BUILD_TYPE: Debug
58
THUNDER_REF: "R4.4.1"
@@ -108,6 +111,7 @@ jobs:
108111
repository: rdkcentral/entservices-testframework
109112
path: entservices-testframework
110113
ref: develop
114+
token: ${{ secrets.RDKCM_RDKE }}
111115

112116
- name: Checkout entservices-inputoutput
113117
uses: actions/checkout@v3

.github/workflows/L2-tests.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
name: L2-tests
22

33
on:
4-
push:
5-
branches: [ develop, 'sprint/**', 'release/**' ]
6-
pull_request:
7-
branches: [ develop, 'sprint/**', 'release/**' ]
4+
workflow_dispatch:
85

96
env:
107
BUILD_TYPE: Debug

0 commit comments

Comments
 (0)