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 fea1750 commit d05bd82Copy full SHA for d05bd82
.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