From c3f5d69020a0c11b58d5dd3eb31c30cb767e36f4 Mon Sep 17 00:00:00 2001 From: Hamish Coleman Date: Mon, 30 Jan 2023 11:08:28 +0000 Subject: [PATCH] In fact, we can start more builds sooner --- .github/workflows/tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 17fc23c..a979198 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -100,7 +100,6 @@ jobs: path: tests test_linux: - needs: smoketest name: Test Linux runs-on: ${{ matrix.os }} strategy: @@ -172,7 +171,6 @@ jobs: uses: codecov/codecov-action@v3 test_macos: - needs: smoketest name: Test MacOS runs-on: ${{ matrix.os }} strategy: @@ -250,7 +248,6 @@ jobs: uses: codecov/codecov-action@v3 test_windows: - needs: smoketest name: Test Windows runs-on: ${{ matrix.os }} strategy: @@ -690,6 +687,7 @@ jobs: name: Upload Release Assets if: startsWith(github.ref, 'refs/tags/') needs: + - smoketest - package_dpkg - package_rpm - package_ipk