ci: make offlinedocs required (#10980)

This commit is contained in:
Cian Johnston
2023-12-01 14:37:47 +00:00
committed by GitHub
parent 6fe84025aa
commit 432925df31
+2
View File
@@ -618,6 +618,8 @@ jobs:
echo "- test-go-pg: ${{ needs.test-go-pg.result }}"
echo "- test-go-race: ${{ needs.test-go-race.result }}"
echo "- test-js: ${{ needs.test-js.result }}"
echo "- test-e2e: ${{ needs.test-e2e.result }}"
echo "- offlinedocs: ${{ needs.offlinedocs.result }}"
echo
# We allow skipped jobs to pass, but not failed or cancelled jobs.