Skip to content

Commit

Permalink
Fix scheduled audit job (#847)
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Mar 30, 2021
1 parent a76e16f commit 2221f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
schedule:
- cron: "0 0 * * *"

jobs:
security_audit:
Expand Down

0 comments on commit 2221f4c

Please sign in to comment.