From 2594e1288d5d4685c10220e4c3d485729d71fc89 Mon Sep 17 00:00:00 2001 From: Sammy99jsp Date: Fri, 19 Apr 2024 21:46:29 +0100 Subject: [PATCH] Fix `cargo clippy` workflow. --- .github/workflows/rust-clippy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 71d4248..f6f5c68 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -15,8 +15,6 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "dev" ] - schedule: - - cron: '44 22 * * 5' jobs: rust-clippy-analyze: @@ -33,7 +31,7 @@ jobs: uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af #@v1 with: profile: minimal - toolchain: stable + toolchain: nightly components: clippy override: true