From 18211eae2d77737ab1b6226f53d066e2a473c4d5 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Thu, 15 Oct 2020 04:15:26 +0900 Subject: [PATCH] Only style check on PRs to reduce CI time --- .github/workflows/main.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a67a9efa..193abba1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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