We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a199266 commit 96db75fCopy full SHA for 96db75f
.github/workflows/L1-tests.yml
@@ -1,5 +1,8 @@
1
name: L1-tests
2
3
+on:
4
+ workflow_dispatch:
5
+
6
env:
7
BUILD_TYPE: Debug
8
THUNDER_REF: "R4.4.1"
@@ -108,6 +111,7 @@ jobs:
108
111
repository: rdkcentral/entservices-testframework
109
112
path: entservices-testframework
110
113
ref: develop
114
+ token: ${{ secrets.RDKCM_RDKE }}
115
116
- name: Checkout entservices-inputoutput
117
uses: actions/checkout@v3
.github/workflows/L2-tests.yml
@@ -1,10 +1,7 @@
name: L2-tests
on:
- push:
- branches: [ develop, 'sprint/**', 'release/**' ]
- pull_request:
9
10
0 commit comments