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 82c34c4 commit 16a65a8Copy full SHA for 16a65a8
.github/workflows/CubeMX-CI.yml
@@ -54,7 +54,7 @@ jobs:
54
55
CollectData:
56
runs-on: ubuntu-latest
57
- needs: Build
+ needs: [Build]
58
if: always()
59
steps:
60
- name: Download tool logs
@@ -105,7 +105,7 @@ jobs:
105
"repo": "${{ github.repository }}",
106
"run_id": "${{ github.run_id }}",
107
"run_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}",
108
- "job": {
+ "build_job": {
109
"last_run": datetime.utcnow().strftime("%Y-%m-%dT%H:%M:%SZ"),
110
"status": "${{ needs.Build.outputs.build_status }}",
111
"passed": "${{ needs.Build.outputs.build_status }}" == "success"
@@ -151,3 +151,4 @@ jobs:
151
"metrics": ${{ steps.collected_data.outputs.json }}
152
153
}
154
+
0 commit comments