We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c13a91 commit 30276cfCopy full SHA for 30276cf
.github/workflows/push.yml
@@ -17,11 +17,11 @@ jobs:
17
# uses: ./.github/workflows/library_format.yml
18
# with:
19
# dafny: ${{needs.getVersion.outputs.version}}
20
- # push-ci-codegen:
21
- # needs: getVersion
22
- # uses: ./.github/workflows/ci_codegen.yml
23
- # with:
24
- # dafny: ${{needs.getVersion.outputs.version}}
+ push-ci-codegen:
+ needs: getVersion
+ uses: ./.github/workflows/ci_codegen.yml
+ with:
+ dafny: ${{needs.getVersion.outputs.version}}
25
# push-ci-verification:
26
# needs: getVerifyVersion
27
# uses: ./.github/workflows/library_dafny_verification.yml
0 commit comments