We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7e6218 commit 8306aa7Copy full SHA for 8306aa7
.github/workflows/push.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
dafny: ${{needs.getVersion.outputs.version}}
24
push-ci-verification:
25
- needs: getVersion
+ needs: getVerifyVersion
26
uses: ./.github/workflows/library_dafny_verification.yml
27
28
dafny: ${{needs.getVerifyVersion.outputs.version}}
0 commit comments