Remove schedule from clippy workflow

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
Till Wegmueller 2023-03-25 17:37:42 +01:00
parent 1a66c34f1c
commit da3c398bc8
No known key found for this signature in database

View file

@ -15,8 +15,7 @@ on:
pull_request: pull_request:
# The branches below must be a subset of the branches above # The branches below must be a subset of the branches above
branches: [ "master" ] branches: [ "master" ]
schedule:
- cron: '24 5 * * 2'
jobs: jobs:
rust-clippy-analyze: rust-clippy-analyze:
@ -48,7 +47,7 @@ jobs:
continue-on-error: true continue-on-error: true
- name: Upload analysis results to GitHub - name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v1 uses: github/codeql-action/upload-sarif@v2
with: with:
sarif_file: rust-clippy-results.sarif sarif_file: rust-clippy-results.sarif
wait-for-processing: true wait-for-processing: true