mirror of
https://codeberg.org/Toasterson/ips.git
synced 2026-04-10 21:30:41 +00:00
Remove schedule from clippy workflow
Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
parent
1a66c34f1c
commit
da3c398bc8
1 changed files with 2 additions and 3 deletions
5
.github/workflows/rust-clippy.yml
vendored
5
.github/workflows/rust-clippy.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue