Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/e2b-dev/e2b
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentaTomas committed Nov 9, 2023
2 parents c781508 + 4547a21 commit c64b582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:

release:
needs: [ python-tests, js-tests, cli-tests ]
if: always() && needs.is_release.outputs.release == 'true'
if: always() && !contains(needs.*.result, 'failure') && needs.is_release.outputs.release == 'true'
name: Release
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c64b582

Please sign in to comment.