From dd720f2fe6728e8055db0830e8b93a6fc34b96aa Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 11 Aug 2022 19:23:51 -0500 Subject: [PATCH] Tweak --- .github/workflows/main_matrix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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