From bddaf265a99cf81a2ab4172a2a8c779c1bf80fc8 Mon Sep 17 00:00:00 2001 From: Ruihang Xia Date: Mon, 31 Jul 2023 18:37:30 +0800 Subject: [PATCH] chore(ci): run clippy, coverage and sqlness in parallel (#2050) Signed-off-by: Ruihang Xia --- .github/workflows/develop.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/develop.yml b/.github/workflows/develop.yml index c85b3b9131..42285745aa 100644 --- a/.github/workflows/develop.yml +++ b/.github/workflows/develop.yml @@ -117,7 +117,6 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest-8-cores timeout-minutes: 60 - needs: [clippy] steps: - uses: actions/checkout@v3 - uses: arduino/setup-protoc@v1 @@ -191,7 +190,6 @@ jobs: if: github.event.pull_request.draft == false runs-on: ubuntu-latest-8-cores timeout-minutes: 60 - needs: [clippy] steps: - uses: actions/checkout@v3 - uses: arduino/setup-protoc@v1