We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b12dbc commit 9706dedCopy full SHA for 9706ded
1 file changed
.github/workflows/daily.yml
@@ -283,8 +283,7 @@ jobs:
283
284
delete-regression-branch:
285
name: "Delete regression branch"
286
- if: ${{ always() }}
287
- needs: [semantic-release-dryrun, create-regression-branch]
+ needs: semantic-release-dryrun
288
runs-on: ubuntu-latest
289
env:
290
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
0 commit comments