From 1d96338ac61240ea4dd2a103fa8869e65b1ac6e3 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 25 Oct 2019 21:29:38 +0900 Subject: [PATCH] revert: "ci: Remove tests having to pass for release" This reverts commit d691e0a39430597a0f1fc80e89a8808f537bbba4. --- .github/workflows/workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index c73d2945..11051bf7 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -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 @@ -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 @@ -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: