Skip to content

Commit d1d64b1

Browse files
committed
Auto merge of #1923 - JohnTitor:only-style-check, r=JohnTitor
Only style check on PRs to reduce CI time I think generating docs on PR jobs is overkill, just style check is enough.
2 parents 3b33743 + 18211ea commit d1d64b1

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)