We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a949bb commit 16fbf4aCopy full SHA for 16fbf4a
.github/workflows/automated-release.yml
@@ -475,7 +475,7 @@ jobs:
475
# This job unfreezes the specified branch after the GitHub release is published.
476
unfreeze-branch:
477
name: Unfreeze ${{ inputs.branch }} branch
478
- if: ${{ inputs.freeze-branch }}
+ if: ${{ always() && inputs.freeze-branch }}
479
runs-on: ${{ inputs.runner-environment }}
480
needs: [ publish-github-release ]
481
permissions:
0 commit comments