Skip to content

Commit b024b4e

Browse files
committed
remove pull_request from workflow
1 parent 0241874 commit b024b4e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci_test_latest_released_mpl_java.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ on:
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

1916
jobs:
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

0 commit comments

Comments
 (0)