Skip to content

Commit 16a65a8

Browse files
committed
Refactor CubeMX CI workflow configuration
1 parent 82c34c4 commit 16a65a8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CubeMX-CI.yml

Lines changed: 3 additions & 2 deletions
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
@@ -105,7 +105,7 @@ jobs:
105105
"repo": "${{ github.repository }}",
106106
"run_id": "${{ github.run_id }}",
107107
"run_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
108-
"job": {
108+
"build_job": {
109109
"last_run": datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ"),
110110
"status": "${{ needs.Build.outputs.build_status }}",
111111
"passed": "${{ needs.Build.outputs.build_status }}" == "success"
@@ -151,3 +151,4 @@ jobs:
151151
"metrics": ${{ steps.collected_data.outputs.json }}
152152
153153
}
154+

0 commit comments

Comments
 (0)