From 6c90dc8898b45c5c1ffc491f7dae6ab705256591 Mon Sep 17 00:00:00 2001 From: Konrad Pabjan Date: Thu, 17 Aug 2023 13:22:17 -0400 Subject: [PATCH] Fix needs dependency --- .github/workflows/artifact-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifact-tests.yml b/.github/workflows/artifact-tests.yml index 3c3849e1..282969a2 100644 --- a/.github/workflows/artifact-tests.yml +++ b/.github/workflows/artifact-tests.yml @@ -79,7 +79,7 @@ jobs: verify: runs-on: ubuntu-latest - needs: [build-ubuntu-latest, build-windows-latest, build-macos-latest] + needs: [build] steps: - name: Checkout uses: actions/checkout@v3