From 4cb81c9ef53e09c846d1d1f3ff8e99be95d05594 Mon Sep 17 00:00:00 2001 From: igorcoding Date: Mon, 2 Aug 2021 17:01:08 +0300 Subject: [PATCH] run build wheels only after tests --- .github/workflows/actions.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 6538b84..2450861 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -57,6 +57,8 @@ jobs: strategy: matrix: os: [ ubuntu-latest, windows-latest, macos-latest ] + needs: + - tests steps: - uses: actions/checkout@v2 @@ -119,6 +121,8 @@ jobs: name: Publish docs if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest + needs: + - tests steps: - uses: actions/checkout@v2 with: