Commit 7dc3bda
authored
ci: Fix publishing of documentation on push (#657)
Enable `nox-cross-arch` test for push events because if we don't do
this, the `publish-docs` will not run on pushes, so the in-development
documentation will not be published.
While cross-arch tests are generally executed in the merge queue on the
identical commit, activating them for push events provides an added
layer of security. This is especially important in scenarios where
emergency pushes might bypass the merge queue.1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments