diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 8ca64560..846466af 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: