Skip to content

Commit

Permalink
Release without waiting for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Jul 15, 2024
1 parent 1fd1e98 commit aebbdaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit aebbdaa

Please sign in to comment.