File tree 2 files changed +2
-27
lines changed
2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change @@ -3,22 +3,10 @@ name: Cygwin 5.1
3
3
on : [push, pull_request, workflow_dispatch]
4
4
5
5
jobs :
6
- part1 :
6
+ build :
7
7
uses : ./.github/workflows/common.yml
8
8
with :
9
9
runs_on : windows-latest
10
10
compiler : ocaml-variants.5.1.1~rc1+options+win
11
11
cygwin : true
12
12
timeout : 360
13
- dune_alias : ' ci1'
14
-
15
- part2 :
16
- needs : part1
17
- if : ${{ always() && needs.part1.outputs.skippart2 != 'true' }}
18
- uses : ./.github/workflows/common.yml
19
- with :
20
- runs_on : windows-latest
21
- compiler : ocaml-variants.5.1.1~rc1+options+win
22
- cygwin : true
23
- timeout : 360
24
- dune_alias : ' ci2'
Original file line number Diff line number Diff line change @@ -3,24 +3,11 @@ name: Cygwin trunk
3
3
on : [push, pull_request, workflow_dispatch]
4
4
5
5
jobs :
6
- part1 :
6
+ build :
7
7
uses : ./.github/workflows/common.yml
8
8
with :
9
9
runs_on : windows-latest
10
10
compiler : ocaml.5.2.0
11
11
cygwin : true
12
12
compiler_git_ref : refs/heads/trunk
13
13
timeout : 360
14
- dune_alias : ' ci1'
15
-
16
- part2 :
17
- needs : part1
18
- if : ${{ always() && needs.part1.outputs.skippart2 != 'true' }}
19
- uses : ./.github/workflows/common.yml
20
- with :
21
- runs_on : windows-latest
22
- compiler : ocaml.5.2.0
23
- cygwin : true
24
- compiler_git_ref : refs/heads/trunk
25
- timeout : 360
26
- dune_alias : ' ci2'
You can’t perform that action at this time.
0 commit comments