Skip to content

Commit

Permalink
ci: never release unless all tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jan 31, 2023
1 parent 44274e8 commit c47a755
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ jobs:
- build
- test-alchemist-deployment
- test-kt-multiplatform-deployment
- test-multi-stage-deployment
runs-on: ubuntu-latest
if: >-
!github.event.repository.fork
Expand Down Expand Up @@ -209,6 +210,7 @@ jobs:
- release
- test-alchemist-deployment
- test-kt-multiplatform-deployment
- test-multi-stage-deployment
if: >-
always() && (
contains(join(needs.*.result, ','), 'failure')
Expand Down

0 comments on commit c47a755

Please sign in to comment.