Skip to content

Commit

Permalink
MRG: run rust checks always (#2787)
Browse files Browse the repository at this point in the history
Fixes #2550

There were some concerns about how long things take to run, so we'll
evaluate that and maybe revert this change if it slows down PRs.

Alternatively, we could implement #2342 and make better use of draft
PRs.
  • Loading branch information
ctb authored Sep 27, 2023
1 parent c2d1d15 commit 966c045
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
push:
branches: [latest]
pull_request:
paths:
- 'Cargo.lock'
- 'src/core/**'
- 'tests/test-data/**'
- '.github/workflows/rust.yml'
schedule:
- cron: "0 0 * * *" # daily

Expand Down

0 comments on commit 966c045

Please sign in to comment.