We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74bcca8 commit 57fda36Copy full SHA for 57fda36
1 file changed
.github/workflows/daily.yml
@@ -1,10 +1,6 @@
1
name: "Daily Cron"
2
3
on:
4
- # Run daily at midnight
5
- schedule:
6
- - cron: "0 0 * * *"
7
-
8
# Allow workflow to be manually run from the GitHub UI
9
workflow_dispatch:
10
@@ -287,7 +283,8 @@ jobs:
287
283
288
284
delete-regression-branch:
289
285
name: "Delete regression branch"
290
- needs: semantic-release-dryrun
286
+ if: ${{ always() }}
+ needs: [semantic-release-dryrun, create-regression-branch]
291
runs-on: ubuntu-latest
292
env:
293
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}
0 commit comments