We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1018eba commit dfdc2a4Copy full SHA for dfdc2a4
.github/workflows/ci_examples_net.yml
@@ -46,6 +46,7 @@ jobs:
46
dafny-version: ${{ inputs.dafny }}
47
48
- name: Regenerate code using smithy-dafny if necessary
49
+ if: ${{ inputs.regenerate-code }}
50
uses: ./.github/actions/polymorph_codegen
51
with:
52
dafny: ${{ env.DAFNY_VERSION }}
.github/workflows/ci_test_net.yml
@@ -47,6 +47,7 @@ jobs:
53
0 commit comments