Skip to content

Commit

Permalink
gh: Recude parallelism of Pre-flight checks'
Browse files Browse the repository at this point in the history
  • Loading branch information
cdecker committed Feb 21, 2024
1 parent 6e980c4 commit a3d7f05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Configure
run: ./configure --enable-debugbuild --enable-rust
- name: Check source
run: make -j 4 check-source BASE_REF="origin/${{ github.base_ref }}"
run: make check-source BASE_REF="origin/${{ github.base_ref }}"
- name: Check Generated Files have been updated
run: make -j 4 check-gen-updated
run: make check-gen-updated
- name: Check docs
run: make -j 4 check-doc
run: make check-doc

compile:
name: Compile CLN ${{ matrix.cfg }}
Expand Down

0 comments on commit a3d7f05

Please sign in to comment.