Skip to content

Commit bfebadb

Browse files
[ci] Run publish-docs only if nox-cross-arch step passes
Signed-off-by: Tiyash Basu <[email protected]>
1 parent 6e070b3 commit bfebadb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249

250250
publish-docs:
251251
name: Publish documentation website to GitHub pages
252-
needs: ["nox", "test-installation"]
252+
needs: ["nox", "nox-cross-arch", "test-installation"]
253253
if: github.event_name == 'push'
254254
runs-on: ubuntu-20.04
255255
permissions:

0 commit comments

Comments
 (0)