ci: make audit action weekly
It really doesn't need to run daily. It now runs every Monday.
This commit is contained in:
parent
80ec004304
commit
eeee395cc0
.github/workflows
|
@ -1,7 +1,7 @@
|
|||
name: audit
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
- cron: "0 0 * * 1"
|
||||
jobs:
|
||||
audit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
Loading…
Reference in New Issue