From d192056af26f0f2cf51c9c5a0ffecfd13b5d39d7 Mon Sep 17 00:00:00 2001 From: Sora39831 <540587985@qq.com> Date: Fri, 3 Apr 2026 16:36:30 +0800 Subject: [PATCH] ci: run analyze and build jobs in parallel Remove build's dependency on analyze so both jobs execute concurrently. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9ad5fac..754cb6ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,6 @@ jobs: run: go test -race -shuffle=on ./... build: - needs: analyze permissions: contents: write strategy: