We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0241874 commit b024b4eCopy full SHA for b024b4e
.github/workflows/ci_test_latest_released_mpl_java.yml
@@ -12,9 +12,6 @@ on:
12
required: false
13
default: true
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
19
jobs:
20
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}})
+ if: github.event_name == 'schedule' || (github.event_name == 'workflow_dispatch' && ${{inputs.run_test_vectors}})
114
working-directory: ./TestVectors
115
run: |
116
# Spin up ddb local
0 commit comments