Commit a1e847b
authored
Fix CI workflow (#103)
The description field is not part of the [workflow
scheme](https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax#jobs)
and causes the entire workflow file to be ignored.
The `needs` dependencies tried to account for all instances of a matrix
job, but should have taken only the generic matrix job name. It will
automatically depend on all instances of the matrix job.1 parent 301a297 commit a1e847b
1 file changed
Lines changed: 3 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | | - | |
33 | | - | |
| 31 | + | |
34 | 32 | | |
35 | 33 | | |
36 | | - | |
37 | | - | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
| |||
82 | 79 | | |
83 | 80 | | |
84 | 81 | | |
85 | | - | |
86 | 82 | | |
87 | 83 | | |
88 | | - | |
89 | 84 | | |
90 | | - | |
| 85 | + | |
91 | 86 | | |
92 | 87 | | |
93 | 88 | | |
| |||
96 | 91 | | |
97 | 92 | | |
98 | 93 | | |
99 | | - | |
100 | 94 | | |
101 | 95 | | |
102 | 96 | | |
| |||
0 commit comments