mirror of
https://github.com/Llewellynvdm/starship.git
synced 2024-11-28 15:56:28 +00:00
ci: Remove need for tests to pass for release
This commit is contained in:
parent
0be6d0194b
commit
111508d706
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@ -153,7 +153,6 @@ jobs:
|
|||||||
cargo_publish:
|
cargo_publish:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
name: Publish Cargo Package
|
name: Publish Cargo Package
|
||||||
needs: [test, docker_test]
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -171,7 +170,6 @@ jobs:
|
|||||||
brew_bump_formula:
|
brew_bump_formula:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
name: Bump Brew Formula
|
name: Bump Brew Formula
|
||||||
needs: [test, docker_test]
|
|
||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
@ -191,7 +189,6 @@ jobs:
|
|||||||
github_release:
|
github_release:
|
||||||
if: startsWith(github.ref, 'refs/tags/v')
|
if: startsWith(github.ref, 'refs/tags/v')
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
needs: [test, docker_test]
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
Loading…
Reference in New Issue
Block a user