Skip to content

Commit f5d4ff8

Browse files
authored
Refactor CubeMX CI workflow configuration
1 parent 82c34c4 commit f5d4ff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CubeMX-CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
CollectData:
5656
runs-on: ubuntu-latest
57-
needs: Build
57+
needs: [Build]
5858
if: always()
5959
steps:
6060
- name: Download tool logs
@@ -151,3 +151,4 @@ jobs:
151151
"metrics": ${{ steps.collected_data.outputs.json }}
152152
153153
}
154+

0 commit comments

Comments
 (0)