Make audits run nightly
This commit is contained in:
parent
90a864589e
commit
0bdc51f44b
3
.github/workflows/audit.yml
vendored
3
.github/workflows/audit.yml
vendored
@ -4,6 +4,9 @@ on:
|
||||
paths:
|
||||
- '**/Cargo.toml'
|
||||
- '**/Cargo.lock'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user