1
- # This workflow invokes other workflows with the latest MPL head at 14:00 UTC (7am PDT)
2
- name : MPL HEAD Integration
1
+ # This workflow invokes other workflows with the latest MPL head at 14:00 UTC (7am PDT)
2
+ name : CI MPL HEAD
3
3
4
4
on :
5
5
pull_request :
6
- # schedule:
7
- # # Although this is triggered daily the MPL may not get daily commits, which
8
- # # means that some builds MAY get the same MPL HEAD.
9
- # - cron: "00 14 * * 1-5"
6
+
10
7
jobs :
11
8
getVersion :
12
9
# Don't run the cron builds on forks
@@ -38,34 +35,34 @@ jobs:
38
35
# uses: ./.github/workflows/test_vector_verification.yml
39
36
# with:
40
37
# dafny: ${{needs.getVerifyVersion.outputs.version}}
41
- # mpl-head: true
38
+ # mpl-head: true
42
39
# mpl-head-ci-java-test-vectors:
43
40
# needs: getVersion
44
41
# uses: ./.github/workflows/ci_test_vector_java.yml
45
42
# with:
46
43
# dafny: ${{needs.getVersion.outputs.version}}
47
- # mpl-head: true
44
+ # mpl-head: true
48
45
# mpl-headci-java-examples:
49
46
# needs: getVersion
50
47
# uses: ./.github/workflows/ci_examples_java.yml
51
48
# with:
52
49
# dafny: ${{needs.getVersion.outputs.version}}
53
- # mpl-head: true
50
+ # mpl-head: true
54
51
# mpl-head-ci-net:
55
52
# needs: getVersion
56
53
# uses: ./.github/workflows/ci_test_net.yml
57
54
# with:
58
55
# dafny: ${{needs.getVersion.outputs.version}}
59
- # mpl-head: true
56
+ # mpl-head: true
60
57
# mpl-head-ci-net-test-vectors:
61
58
# needs: getVersion
62
59
# uses: ./.github/workflows/ci_test_vector_net.yml
63
60
# with:
64
61
# dafny: ${{needs.getVersion.outputs.version}}
65
- # mpl-head: true
62
+ # mpl-head: true
66
63
# mpl-head-ci-net-examples:
67
64
# needs: getVersion
68
65
# uses: ./.github/workflows/ci_examples_net.yml
69
66
# with:
70
67
# dafny: ${{needs.getVersion.outputs.version}}
71
- # mpl-head: true
68
+ # mpl-head: true
0 commit comments