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 1c76caa commit f1679c4Copy full SHA for f1679c4
.github/workflows/release.yml
@@ -148,8 +148,8 @@ jobs:
148
##########################################################################################
149
prep-next-release:
150
name: Prep Next Release
151
- if: ${{ !inputs.snapshot && success() }}
152
- needs: [ tests, format, build ]
+ if: ${{ !inputs.snapshot }}
+ needs: [ build ]
153
runs-on: ubuntu-20.04
154
steps:
155
# Checkout development
0 commit comments