From da3c398bc8f0bb6478d0b7fea3fa1df2fe38aadc Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 25 Mar 2023 17:37:42 +0100 Subject: [PATCH] Remove schedule from clippy workflow Signed-off-by: Till Wegmueller --- .github/workflows/rust-clippy.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust-clippy.yml b/.github/workflows/rust-clippy.yml index 41e1274..1491c05 100644 --- a/.github/workflows/rust-clippy.yml +++ b/.github/workflows/rust-clippy.yml @@ -15,8 +15,7 @@ on: pull_request: # The branches below must be a subset of the branches above branches: [ "master" ] - schedule: - - cron: '24 5 * * 2' + jobs: rust-clippy-analyze: @@ -48,7 +47,7 @@ jobs: continue-on-error: true - name: Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v1 + uses: github/codeql-action/upload-sarif@v2 with: sarif_file: rust-clippy-results.sarif wait-for-processing: true