Skip to content

Commit 432925d

Browse files
authored
ci: make offlinedocs required (#10980)
1 parent 6fe8402 commit 432925d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,8 @@ jobs:
618618
echo "- test-go-pg: ${{ needs.test-go-pg.result }}"
619619
echo "- test-go-race: ${{ needs.test-go-race.result }}"
620620
echo "- test-js: ${{ needs.test-js.result }}"
621+
echo "- test-e2e: ${{ needs.test-e2e.result }}"
622+
echo "- offlinedocs: ${{ needs.offlinedocs.result }}"
621623
echo
622624
623625
# We allow skipped jobs to pass, but not failed or cancelled jobs.

0 commit comments

Comments
 (0)