From 132f23ca879246ec753a522ecf00a978db42e194 Mon Sep 17 00:00:00 2001 From: Ricardo Arturo Cabral Mejia Date: Sun, 6 Nov 2022 01:14:33 -0400 Subject: [PATCH] fix: github checks workflow --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 45f5ca1a..e5cd3bc2 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -104,7 +104,7 @@ jobs: release: name: Release runs-on: ubuntu-latest - needs: [finish] + needs: [test-integrations-and-cover] if: github.ref == 'refs/heads/master' steps: - name: Checkout repository