summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-10-25 20:35:43 +0900
committerMatan Kushner <hello@matchai.me>2019-10-25 20:35:58 +0900
commitd691e0a39430597a0f1fc80e89a8808f537bbba4 (patch)
treee8b86f1585655d374ca4bb4cd68e61fc98035641
parent321e44028929a63db2a551b470316e21f72c9791 (diff)
ci: Remove tests having to pass for release
-rw-r--r--.github/workflows/workflow.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml
index fa45398d9..aa71e7666 100644
--- a/.github/workflows/workflow.yml
+++ b/.github/workflows/workflow.yml
@@ -153,7 +153,6 @@ 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
@@ -171,7 +170,6 @@ 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
@@ -191,7 +189,6 @@ jobs:
github_release:
if: startsWith(github.ref, 'refs/tags/v')
name: Create GitHub Release
- needs: [test, docker_test]
strategy:
fail-fast: false
matrix: