File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -70,15 +70,13 @@ jobs:
70
70
uses : ./.github/workflows/library_interop_keyring_test_vectors.yml
71
71
with :
72
72
dafny : ${{needs.getVersion.outputs.version}}
73
- secrets : inherit
74
73
75
74
pr-dafny-mkp-keyring-legacy-test-vectors :
76
75
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
77
76
needs : getVersion
78
77
uses : ./.github/workflows/library_interop_mkp_test_vectors.yml
79
78
with :
80
79
dafny : ${{needs.getVersion.outputs.version}}
81
- secrets : inherit
82
80
83
81
daily-dafny-legacy-test-vectors :
84
82
if : github.event_name != 'schedule' || github.repository_owner == 'aws'
Original file line number Diff line number Diff line change @@ -56,19 +56,16 @@ jobs:
56
56
uses : ./.github/workflows/library_interop_keyring_test_vectors.yml
57
57
with :
58
58
dafny : ${{needs.getVersion.outputs.version}}
59
- secrets : inherit
60
59
pr-dafny-mkp-keyring-legacy-test-vectors :
61
60
needs : getVersion
62
61
uses : ./.github/workflows/library_interop_mkp_test_vectors.yml
63
62
with :
64
63
dafny : ${{needs.getVersion.outputs.version}}
65
- secrets : inherit
66
64
pr-dafny-legacy-test-vectors :
67
65
needs : getVersion
68
66
uses : ./.github/workflows/library_legacy_interop_test_vectors.yml
69
67
with :
70
68
dafny : ${{needs.getVersion.outputs.version}}
71
- secrets : inherit
72
69
pr-ci-all-required :
73
70
if : always()
74
71
needs :
You can’t perform that action at this time.
0 commit comments