Skip to content

Commit f1679c4

Browse files
committed
more tests
1 parent 1c76caa commit f1679c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ jobs:
148148
##########################################################################################
149149
prep-next-release:
150150
name: Prep Next Release
151-
if: ${{ !inputs.snapshot && success() }}
152-
needs: [ tests, format, build ]
151+
if: ${{ !inputs.snapshot }}
152+
needs: [ build ]
153153
runs-on: ubuntu-20.04
154154
steps:
155155
# Checkout development

0 commit comments

Comments
 (0)