Skip to content

Commit

Permalink
Run if previous completed sucessfully
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Nov 20, 2024
1 parent 75cde69 commit 849f47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

publish:
needs: tag
if: always() # Enable publishing
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 849f47e

Please sign in to comment.