Skip to content

Commit 8306aa7

Browse files
committed
add to push workflow as well
1 parent a7e6218 commit 8306aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
dafny: ${{needs.getVersion.outputs.version}}
2424
push-ci-verification:
25-
needs: getVersion
25+
needs: getVerifyVersion
2626
uses: ./.github/workflows/library_dafny_verification.yml
2727
with:
2828
dafny: ${{needs.getVerifyVersion.outputs.version}}

0 commit comments

Comments
 (0)