Commit 1ecf022
committed
refactor(ci): drop dead discover passthrough job in package-testing
package-testing.yml has no workflow_call trigger and no external callers,
so the 'backwards-compat passthrough' justification in the discover job
comment did not hold. The job consumed a full runner slot just to echo
config.outputs.package-extras into its own output — pure overhead.
Remove the discover job and have package-variants consume
needs.config.outputs.package-extras directly. The matrix fromJSON
expression and all downstream jobs are unaffected; they already
referenced config for python-versions and default-python-version.1 parent 0e8d438 commit 1ecf022
1 file changed
Lines changed: 3 additions & 20 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 35 | | |
53 | 36 | | |
54 | 37 | | |
55 | | - | |
| 38 | + | |
56 | 39 | | |
57 | 40 | | |
58 | 41 | | |
59 | 42 | | |
60 | 43 | | |
61 | | - | |
| 44 | + | |
62 | 45 | | |
63 | 46 | | |
64 | 47 | | |
65 | | - | |
| 48 | + | |
66 | 49 | | |
67 | 50 | | |
68 | 51 | | |
| |||
0 commit comments