Skip to content

Commit

Permalink
fix: only delete branch if all succeeds
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dozor committed Nov 3, 2023
1 parent 5b12dbc commit 9706ded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ jobs:
delete-regression-branch:
name: "Delete regression branch"
if: ${{ always() }}
needs: [semantic-release-dryrun, create-regression-branch]
needs: semantic-release-dryrun
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
Expand Down

0 comments on commit 9706ded

Please sign in to comment.