Skip to content

Commit 18211ea

Browse files
committed
Only style check on PRs to reduce CI time
1 parent 3b33743 commit 18211ea

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ jobs:
7171
run: LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}
7272
shell: bash
7373

74-
style_and_docs:
75-
name: Style and docs
74+
style_check:
75+
name: Style check
7676
runs-on: ubuntu-18.04
7777
strategy:
7878
fail-fast: true
@@ -82,5 +82,3 @@ jobs:
8282
run: sh ./ci/install-rust.sh
8383
- name: Check style
8484
run: sh ci/style.sh
85-
- name: Generate documentation
86-
run: LIBC_CI=1 sh ci/dox.sh

0 commit comments

Comments
 (0)