In fact, we can start more builds sooner

This commit is contained in:
Hamish Coleman 2023-01-30 11:08:28 +00:00
parent 4b9397a1b0
commit c3f5d69020

View File

@ -100,7 +100,6 @@ jobs:
path: tests path: tests
test_linux: test_linux:
needs: smoketest
name: Test Linux name: Test Linux
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -172,7 +171,6 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
test_macos: test_macos:
needs: smoketest
name: Test MacOS name: Test MacOS
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -250,7 +248,6 @@ jobs:
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3
test_windows: test_windows:
needs: smoketest
name: Test Windows name: Test Windows
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
strategy: strategy:
@ -690,6 +687,7 @@ jobs:
name: Upload Release Assets name: Upload Release Assets
if: startsWith(github.ref, 'refs/tags/') if: startsWith(github.ref, 'refs/tags/')
needs: needs:
- smoketest
- package_dpkg - package_dpkg
- package_rpm - package_rpm
- package_ipk - package_ipk