diff --git a/.github/workflows/main_matrix.yml b/.github/workflows/main_matrix.yml index f9883acde..026de57af 100644 --- a/.github/workflows/main_matrix.yml +++ b/.github/workflows/main_matrix.yml @@ -406,7 +406,7 @@ jobs: release-artifacts: runs-on: ubuntu-latest if: ${{ github.event_name == 'workflow_dispatch' }} - needs: [gather-artifacts] + needs: [gather-artifacts, after-checks] steps: - name: Checkout uses: actions/checkout@v2