Skip to content

Commit eb6f8b9

Browse files
committed
m
1 parent ed6ecf1 commit eb6f8b9

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/ci_test_latest_released_mpl_java.yml

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
schedule:
77
- cron: "00 16 * * 1-5"
88
workflow_dispatch: # allows triggering this manually through the Actions UI
9+
pull_request:
910

1011
jobs:
1112
testJava:

.github/workflows/pull.yml

-3
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ jobs:
6464
uses: ./.github/workflows/ci_examples_net.yml
6565
with:
6666
dafny: ${{needs.getVersion.outputs.version}}
67-
pr-ci-latest-released-mpl-remove:
68-
uses: ./.github/workflows/ci_test_latest_released_mpl_java.yml
6967
pr-ci-all-required:
7068
if: always()
7169
needs:
@@ -82,7 +80,6 @@ jobs:
8280
- pr-ci-rust
8381
- pr-ci-net-test-vectors
8482
- pr-ci-net-examples
85-
- pr-ci-latest-released-mpl-remove
8683
runs-on: ubuntu-22.04
8784
steps:
8885
- name: Verify all required jobs passed

0 commit comments

Comments
 (0)