Skip to content

Commit b57d0f7

Browse files
committed
github: enable CI for for 8.3 and 8.4 lcm branch
Signed-off-by: Pau Ruiz Safont <pau.safont@vates.tech>
1 parent c157b1d commit b57d0f7

File tree

3 files changed

+7
-91
lines changed

3 files changed

+7
-91
lines changed
Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1-
name: Build and test
1+
name: Build and test (8.3)
22

33
on:
44
push:
5+
branches:
6+
- "6.99-lcm"
7+
tags:
8+
- "*"
59
pull_request:
6-
schedule:
7-
# run daily, for initializing the cache if not generated yet.
8-
- cron: '41 3 * * *'
10+
branches:
11+
- "6.99-lcm"
912

1013
jobs:
1114
build:
@@ -16,15 +19,7 @@ jobs:
1619
ocaml-version: ["4.14.2"]
1720
runs-on: ["ubuntu-22.04"]
1821
experimental: [false]
19-
include:
20-
- ocaml-version: "4.14.2"
21-
runs-on: ["ubuntu-22.04-arm"]
22-
experimental: true
23-
- ocaml-version: "5.3.0"
24-
runs-on: ["ubuntu-22.04"]
25-
experimental: true
2622

27-
continue-on-error: ${{ matrix.experimental }}
2823
runs-on: ${{ matrix.runs-on }}
2924
env:
3025
OCAML_VERSION: ${{ matrix.ocaml-version }}

.github/workflows/release.yml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/yangtze-lcm.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)