Skip to content

Commit

Permalink
Update release_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vinmassaro authored Feb 19, 2024
1 parent 8de605c commit 8045d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
release_sites:
needs: [setup, create_pull_request]
runs-on: ubuntu-latest
if: ${{ github.event.action != 'closed' }}
if: ${{ always() && github.event.action != 'closed' }}
env:
RELEASE_BRANCH: ${{ vars.RELEASE_BRANCH }}
PR_NUMBER: ${{ needs.create_pull_request.outputs.PR_NUMBER }}
Expand Down

0 comments on commit 8045d0c

Please sign in to comment.