Security audit cron schedule change

This commit is contained in:
Abdulla Abdurakhmanov 2022-03-18 19:51:47 +01:00
parent 234eb179c1
commit 565b04dcbe

View file

@ -5,7 +5,7 @@ on:
- '**/Cargo.toml'
- '**/Cargo.lock'
schedule:
- cron: '0 0 * * *'
- cron: '5 4 * * 6'
jobs:
security_audit:
runs-on: ubuntu-latest