Skip to content

Commit 16fbf4a

Browse files
GHA-227 Fix unfreeze-branch not being run (#134)
1 parent 0a949bb commit 16fbf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/automated-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ jobs:
475475
# This job unfreezes the specified branch after the GitHub release is published.
476476
unfreeze-branch:
477477
name: Unfreeze ${{ inputs.branch }} branch
478-
if: ${{ inputs.freeze-branch }}
478+
if: ${{ always() && inputs.freeze-branch }}
479479
runs-on: ${{ inputs.runner-environment }}
480480
needs: [ publish-github-release ]
481481
permissions:

0 commit comments

Comments
 (0)