Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9bc0161

Browse files
committedMar 14, 2023
Removed no more needed checks to go sub-programs
1 parent 245e84c commit 9bc0161

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed
 

‎.github/workflows/check-go-task.yml

Lines changed: 0 additions & 19 deletions
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

0 commit comments

Comments
 (0)
Please sign in to comment.