Skip to content

Commit

Permalink
fix release ci (#617)
Browse files Browse the repository at this point in the history
  • Loading branch information
blxdyx authored Feb 19, 2025
1 parent af7b12d commit c73ac69
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 @@ -436,7 +436,7 @@ jobs:
In-case-of-failure:
name: "In case of failure: remove remote git tag pointing to the new version."
needs: [ publish-release, build-release, test-release ]
needs: [ publish-release, build-release ]
if: always() && !contains(needs.build-release.result, 'success') && contains(needs.test-release.result, 'failure') && !contains(needs.publish-release.result, 'success') && !contains(needs.build-debian-pkg.result, 'success') && !contains(needs.publish-docker-image.result, 'success')
runs-on: ubuntu-22.04

Expand Down

0 comments on commit c73ac69

Please sign in to comment.