mirror of
https://github.com/System-End/slack-morphism-rust.git
synced 2026-04-19 22:05:15 +00:00
Security audit cron schedule change
This commit is contained in:
parent
234eb179c1
commit
565b04dcbe
1 changed files with 1 additions and 1 deletions
2
.github/workflows/security-audit.yml
vendored
2
.github/workflows/security-audit.yml
vendored
|
|
@ -5,7 +5,7 @@ on:
|
|||
- '**/Cargo.toml'
|
||||
- '**/Cargo.lock'
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '5 4 * * 6'
|
||||
jobs:
|
||||
security_audit:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue