Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
👷 Don't run release pipeline if not success().
Browse files Browse the repository at this point in the history
  • Loading branch information
eduherminio committed Sep 14, 2021
1 parent 2147776 commit 14fa871
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 @@ -139,7 +139,7 @@ jobs:

release:
needs: [publish-artifacts, publish-docker-images]
if: always() && github.event.inputs.new_version != ''
if: success() && github.event.inputs.new_version != ''

runs-on: ubuntu-latest

Expand Down

0 comments on commit 14fa871

Please sign in to comment.