Skip to content

Commit a3d7f05

Browse files
committed
gh: Recude parallelism of Pre-flight checks'
1 parent 6e980c4 commit a3d7f05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
- name: Configure
6060
run: ./configure --enable-debugbuild --enable-rust
6161
- name: Check source
62-
run: make -j 4 check-source BASE_REF="origin/${{ github.base_ref }}"
62+
run: make check-source BASE_REF="origin/${{ github.base_ref }}"
6363
- name: Check Generated Files have been updated
64-
run: make -j 4 check-gen-updated
64+
run: make check-gen-updated
6565
- name: Check docs
66-
run: make -j 4 check-doc
66+
run: make check-doc
6767

6868
compile:
6969
name: Compile CLN ${{ matrix.cfg }}

0 commit comments

Comments
 (0)