File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 12
12
required : false
13
13
default : true
14
14
type : boolean
15
- # TODO: Remove this before merging to main. We don't want this workflow running in CI
16
- # on PRs because we expect it to fail when the MPL is actually updated since the last version.
17
- pull_request :
18
15
19
16
jobs :
20
17
getVersion :
@@ -109,8 +106,7 @@ jobs:
109
106
make mvn_local_deploy
110
107
111
108
- name : Run Test Vectors
112
- # TODO: Remove pull_request from here
113
- if : github.event_name == 'pull_request' || github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && ${{inputs.run_test_vectors}})
109
+ if : github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && ${{inputs.run_test_vectors}})
114
110
working-directory : ./TestVectors
115
111
run : |
116
112
# Spin up ddb local
You can’t perform that action at this time.
0 commit comments