File tree 6 files changed +32
-0
lines changed 6 files changed +32
-0
lines changed Original file line number Diff line number Diff line change 61
61
uses : ./.github/workflows/library_rust_tests.yml
62
62
with :
63
63
dafny : ${{needs.getVersion.outputs.version}}
64
+ daily-ci-python :
65
+ needs : getVersion
66
+ uses : ./.github/workflows/ci_test_python.yml
67
+ with :
68
+ dafny : ${{needs.getVersion.outputs.version}}
64
69
daily-ci-net-test-vectors :
65
70
needs : getVersion
66
71
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 57
57
with :
58
58
dafny : ${{ inputs.dafny }}
59
59
regenerate-code : ${{ inputs.regenerate-code }}
60
+ manual-ci-python :
61
+ uses : ./.github/workflows/ci_test_python.yml
62
+ with :
63
+ dafny : ${{ inputs.dafny }}
64
+ regenerate-code : ${{ inputs.regenerate-code }}
60
65
manual-ci-net-test-vectors :
61
66
uses : ./.github/workflows/ci_test_vector_net.yml
62
67
with :
Original file line number Diff line number Diff line change 73
73
with :
74
74
dafny : ${{needs.getVersion.outputs.version}}
75
75
mpl-head : true
76
+ mpl-head-ci-python :
77
+ needs : getVersion
78
+ uses : ./.github/workflows/ci_test_python.yml
79
+ with :
80
+ dafny : ${{needs.getVersion.outputs.version}}
81
+ mpl-head : true
76
82
mpl-head-ci-net-test-vectors :
77
83
needs : getVersion
78
84
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 58
58
with :
59
59
dafny : " nightly-latest"
60
60
regenerate-code : true
61
+ dafny-nightly-python :
62
+ if : github.event_name != 'schedule' || github.repository_owner == 'aws'
63
+ uses : ./.github/workflows/ci_test_python.yml
64
+ with :
65
+ dafny : " nightly-latest"
66
+ regenerate-code : true
61
67
dafny-nightly-test-vectors-net :
62
68
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
63
69
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 54
54
uses : ./.github/workflows/library_rust_tests.yml
55
55
with :
56
56
dafny : ${{needs.getVersion.outputs.version}}
57
+ pr-ci-python :
58
+ needs : getVersion
59
+ uses : ./.github/workflows/ci_test_python.yml
60
+ with :
61
+ dafny : ${{needs.getVersion.outputs.version}}
57
62
pr-ci-net-test-vectors :
58
63
needs : getVersion
59
64
uses : ./.github/workflows/ci_test_vector_net.yml
Original file line number Diff line number Diff line change 56
56
uses : ./.github/workflows/library_rust_tests.yml
57
57
with :
58
58
dafny : ${{needs.getVersion.outputs.version}}
59
+ pr-ci-python :
60
+ needs : getVersion
61
+ uses : ./.github/workflows/ci_test_python.yml
62
+ with :
63
+ dafny : ${{needs.getVersion.outputs.version}}
59
64
pr-ci-net-test-vectors :
60
65
needs : getVersion
61
66
uses : ./.github/workflows/ci_test_vector_net.yml
You can’t perform that action at this time.
0 commit comments