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 1212 required : false
1313 default : true
1414 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 :
1815
1916jobs :
2017 getVersion :
@@ -109,8 +106,7 @@ jobs:
109106 make mvn_local_deploy
110107
111108 - 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}})
114110 working-directory : ./TestVectors
115111 run : |
116112 # Spin up ddb local
You can’t perform that action at this time.
0 commit comments