Skip to content

Commit

Permalink
skip more
Browse files Browse the repository at this point in the history
  • Loading branch information
grtlr committed Feb 1, 2023
1 parent 327cf76 commit abc0a9c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -39,10 +39,12 @@ jobs:
with: { os: ubuntu-latest, rust: nightly }

clippy:
if: ${{ !github.event.pull_request.draft }}
uses: ./.github/workflows/_clippy.yml
with: { os: ubuntu-latest, rust: stable }

check-toml:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -62,6 +64,7 @@ jobs:
command: ci-toml

docs:
if: ${{ !github.event.pull_request.draft }}
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
Expand Down

0 comments on commit abc0a9c

Please sign in to comment.