Commit f2c48cd
committed
ci: Fix job dependencies
The `nox` job makes `publish-docs` depend on every `nox` job matrix
entry, while the `nox-all` is a join point for them. Depending on both
has the same effect, but the dependency graph looks nicer if we depend
on `nox-all` instead.
Signed-off-by: Leandro Lucarella <[email protected]>1 parent 881fb1a commit f2c48cd
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments