Skip to content

Commit

Permalink
ci: always run cargo audit for PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Melvin Wang <[email protected]>
  • Loading branch information
wmmc88 committed Nov 4, 2023
1 parent 100e6b1 commit ed865f8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cargo-audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
- "**/Cargo.toml"
- "**/Cargo.lock"
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule: # Trigger a job on default branch at 4AM PST everyday
- cron: 0 11 * * *

Expand Down

0 comments on commit ed865f8

Please sign in to comment.