Skip to content

Commit

Permalink
Delete the outdated deps check (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: brianheylin-ds <brianheylin@dreamsolution.nl>
  • Loading branch information
bheylin and brianheylin-ds authored May 24, 2023
1 parent f11c1e0 commit 09110c4
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:
schedule: [cron: "40 1 * * *"]
on: [push, pull_request]

concurrency:
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
Expand Down Expand Up @@ -63,12 +59,3 @@ jobs:
env:
RUSTDOCFLAGS: -D warnings
- run: cargo doc --workspace --all-features --no-deps --document-private-items

outdated:
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
timeout-minutes: 45
steps:
- uses: actions/checkout@v3
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1

0 comments on commit 09110c4

Please sign in to comment.