diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 48adaae..67bf62b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -89,6 +89,10 @@ jobs: run: cargo test --verbose docker: + needs: + - format + - check + - build runs-on: ubuntu-latest permissions: contents: read