Skip to content

Commit 183d5e9

Browse files
authored
Removed no more needed checks to go sub-programs (arduino#2109)
1 parent 2493b56 commit 183d5e9

File tree

2 files changed

+0
-23
lines changed

2 files changed

+0
-23
lines changed

Diff for: .github/workflows/check-go-task.yml

-19
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ jobs:
6161
matrix:
6262
module:
6363
- path: ./
64-
- path: arduino/discovery/discovery_client
65-
- path: client_example
66-
- path: commands/daemon/term_example
67-
- path: docsgen
6864

6965
steps:
7066
- name: Checkout repository
@@ -98,10 +94,6 @@ jobs:
9894
matrix:
9995
module:
10096
- path: ./
101-
- path: arduino/discovery/discovery_client
102-
- path: client_example
103-
- path: commands/daemon/term_example
104-
- path: docsgen
10597

10698
steps:
10799
- name: Checkout repository
@@ -138,10 +130,6 @@ jobs:
138130
matrix:
139131
module:
140132
- path: ./
141-
- path: arduino/discovery/discovery_client
142-
- path: client_example
143-
- path: commands/daemon/term_example
144-
- path: docsgen
145133

146134
steps:
147135
- name: Checkout repository
@@ -178,10 +166,6 @@ jobs:
178166
matrix:
179167
module:
180168
- path: ./
181-
- path: arduino/discovery/discovery_client
182-
- path: client_example
183-
- path: commands/daemon/term_example
184-
- path: docsgen
185169

186170
steps:
187171
- name: Checkout repository
@@ -218,9 +202,6 @@ jobs:
218202
matrix:
219203
module:
220204
- path: ./
221-
- path: arduino/discovery/discovery_client
222-
- path: client_example
223-
- path: docsgen
224205

225206
steps:
226207
- name: Checkout repository

Diff for: .licensed.yml

-4
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ cache_path: .licenses/
77

88
apps:
99
- source_path: ./
10-
- source_path: arduino/discovery/discovery_client/
11-
- source_path: client_example/
12-
- source_path: commands/daemon/term_example/
13-
- source_path: docsgen/
1410

1511
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/check-dependencies/GPL-3.0/.licensed.yml
1612
allowed:

0 commit comments

Comments
 (0)