Skip to content
Snippets Groups Projects
Commit d1d64b17 authored by bors's avatar bors
Browse files

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.
parents 3b33743e 18211eae
No related branches found
No related tags found
No related merge requests found
......@@ -71,8 +71,8 @@ jobs:
run: LIBC_CI=1 sh ./ci/run.sh ${{ matrix.target }}
shell: bash
style_and_docs:
name: Style and docs
style_check:
name: Style check
runs-on: ubuntu-18.04
strategy:
fail-fast: true
......@@ -82,5 +82,3 @@ jobs:
run: sh ./ci/install-rust.sh
- name: Check style
run: sh ci/style.sh
- name: Generate documentation
run: LIBC_CI=1 sh ci/dox.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment