Skip to content

Commit 30276cf

Browse files
push yml
1 parent 3c13a91 commit 30276cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/push.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
# uses: ./.github/workflows/library_format.yml
1818
# with:
1919
# 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}}
20+
push-ci-codegen:
21+
needs: getVersion
22+
uses: ./.github/workflows/ci_codegen.yml
23+
with:
24+
dafny: ${{needs.getVersion.outputs.version}}
2525
# push-ci-verification:
2626
# needs: getVerifyVersion
2727
# uses: ./.github/workflows/library_dafny_verification.yml

0 commit comments

Comments
 (0)