Skip to content

Commit a13fa9b

Browse files
fix: Fixing the release workflow to refresh the stable branch when the release is not running in the dry run mode. (feast-dev#5057)
Fixing the release workflow to refresh the stable branch when the release is not running in the dry run mode. Signed-off-by: lrangine <[email protected]>
1 parent 11e4548 commit a13fa9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ jobs:
183183
184184
update_stable_branch:
185185
name: Update Stable Branch after release
186+
if: github.event.inputs.dry_run == 'false'
186187
runs-on: ubuntu-latest
187188
needs: release
188189
env:

0 commit comments

Comments
 (0)