Skip to content

Commit e769837

Browse files
committed
Make pages depend on successful tests
1 parent 6f58e12 commit e769837

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
path: docs/build/dokka/html
112112

113113
pages:
114-
needs: docs
114+
needs:
115+
- test
116+
- docs
115117
runs-on: ubuntu-latest
116118
if: github.ref == 'refs/heads/main'
117119
permissions:

0 commit comments

Comments
 (0)