Skip to content

Commit f239ba8

Browse files
samdozoreinsteinx2
authored andcommitted
fix: only delete branch if all succeeds
1 parent 86b41cc commit f239ba8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/daily.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,8 +283,7 @@ jobs:
283283
284284
delete-regression-branch:
285285
name: "Delete regression branch"
286-
if: ${{ always() }}
287-
needs: [semantic-release-dryrun, create-regression-branch]
286+
needs: semantic-release-dryrun
288287
runs-on: ubuntu-latest
289288
env:
290289
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}

0 commit comments

Comments
 (0)