mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
ci: make offlinedocs required (#10980)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user