Skip to content

Commit e86604d

Browse files
author
Lucas McDonald
committed
m
1 parent 5a900f6 commit e86604d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/pull.yml

-2
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,6 @@ jobs:
7272
pr-ci-python-static-analysis:
7373
needs: getVersion
7474
uses: ./.github/workflows/ci_static_analysis_python.yml
75-
with:
76-
dafny: ${{needs.getVersion.outputs.version}}
7775
pr-ci-net-test-vectors:
7876
needs: getVersion
7977
uses: ./.github/workflows/ci_test_vector_net.yml

.github/workflows/push.yml

-2
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,6 @@ jobs:
6969
pr-ci-python-static-analysis:
7070
needs: getVersion
7171
uses: ./.github/workflows/ci_static_analysis_python.yml
72-
with:
73-
dafny: ${{needs.getVersion.outputs.version}}
7472
pr-ci-net-test-vectors:
7573
needs: getVersion
7674
uses: ./.github/workflows/ci_test_vector_net.yml

0 commit comments

Comments
 (0)