From 966c045d9daf409ade3bf58b5fd18a8af803fcaa Mon Sep 17 00:00:00 2001 From: "C. Titus Brown" Date: Wed, 27 Sep 2023 13:24:39 -0700 Subject: [PATCH] MRG: run rust checks always (#2787) Fixes https://github.com/sourmash-bio/sourmash/issues/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. --- .github/workflows/rust.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 349a05089..c86c2ec1a 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -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