Skip to content
Snippets Groups Projects
Commit 18211eae authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Only style check on PRs to reduce CI time

parent 3b33743e
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