From aebbdaa3b998497f40cd0fdd23e6629dff2991b6 Mon Sep 17 00:00:00 2001 From: Emre Sahin Date: Mon, 15 Jul 2024 16:47:51 +0300 Subject: [PATCH] Release without waiting for coverage --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e762d3d4f..27e65ed9e 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -136,7 +136,7 @@ jobs: deploy-linux: name: deploy-linux - needs: [coverage] + # needs: [coverage] if: startsWith(github.ref, 'refs/tags/') runs-on: ubuntu-latest strategy: @@ -177,7 +177,7 @@ jobs: deploy-windows: name: deploy-windows - needs: [coverage] + # needs: [coverage] if: startsWith(github.ref, 'refs/tags/') runs-on: windows-latest strategy: @@ -217,7 +217,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} deploy-macos: name: deploy-macos - needs: [coverage] + # needs: [coverage] if: startsWith(github.ref, 'refs/tags/') runs-on: macos-latest strategy: