From 1bd5014235831ba958147e3648847da8fa132f87 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 22 Jun 2022 22:43:16 +0200 Subject: [PATCH] Coverage jobs should start at the same time as others No need to wait for the regular builds esp as they might have intermittent --- .github/workflows/CICD.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 8620120ff..8a6639049 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -969,7 +969,6 @@ jobs: coverage: name: Code Coverage - needs: build runs-on: ${{ matrix.job.os }} strategy: fail-fast: false