Skip to content

Commit

Permalink
revert: "ci: Remove tests having to pass for release"
Browse files Browse the repository at this point in the history
This reverts commit d691e0a.
  • Loading branch information
matchai committed Oct 25, 2019
1 parent c398878 commit 1d96338
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
cargo_publish:
if: startsWith(github.ref, 'refs/tags/v')
name: Publish Cargo Package
needs: [test, docker_test]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -170,6 +171,7 @@ jobs:
brew_bump_formula:
if: startsWith(github.ref, 'refs/tags/v')
name: Bump Brew Formula
needs: [test, docker_test]
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
Expand All @@ -189,6 +191,7 @@ jobs:
github_release:
if: startsWith(github.ref, 'refs/tags/v')
name: Create GitHub Release
needs: [test, docker_test]
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 1d96338

Please sign in to comment.