summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.me>2019-11-02 20:18:19 +0900
committerMatan Kushner <hello@matchai.me>2019-11-02 20:18:19 +0900
commit111508d706c7b9218e60fb60a09e3427d9b3a240 (patch)
tree29fc08623f246dfe136683018ed96058d0154083
parent0be6d0194b9314957d535acb8a1ff9a023425a4c (diff)
ci: Remove need for tests to pass for releasev0.26.1
-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 8ca645606..846466af2 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: