Commit 1a2a800
authored
### Rationale for this change
If a job fails on the workflow the report step is currently being skipped.
### What changes are included in this PR?
The unconditional `always()` check should be done on the parent workflow using `.github/workflows/report_ci.yml` not on the common one.
Added also missing needed jobs before generating the report on the cpp_extra.yml (msvc-arm64 and jni-linux)
### Are these changes tested?
Yes via CI I validated the job will be executed even if there are job failures.
### Are there any user-facing changes?
No
* GitHub Issue: #47844
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: raulcd <[email protected]>
1 parent 603901a commit 1a2a800
File tree
3 files changed
+4
-1
lines changed- .github/workflows
3 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| 330 | + | |
330 | 331 | | |
331 | 332 | | |
| 333 | + | |
332 | 334 | | |
| 335 | + | |
333 | 336 | | |
334 | 337 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
317 | 318 | | |
318 | 319 | | |
319 | 320 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments