mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-05 19:00:31 -05:00
chore(CI): rename job CI
This commit is contained in:
parent
ae16f5d2f8
commit
b0ed8d9182
2 changed files with 2 additions and 4 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: build and test
|
||||
name: Build and Test
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
|
|||
4
.github/workflows/opam-dependencies.yml
vendored
4
.github/workflows/opam-dependencies.yml
vendored
|
|
@ -1,5 +1,4 @@
|
|||
|
||||
name: Main workflow
|
||||
name: Opam Dependencies
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
@ -32,4 +31,3 @@ jobs:
|
|||
- run: opam install . --deps-only --with-test --with-doc
|
||||
|
||||
- uses: ocaml/setup-ocaml/analysis@analysis
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue