Skip to content

Commit

Permalink
Don't run cargo audit until #211 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon committed Jun 17, 2022
1 parent 9ae6de4 commit 321d1d4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ name: cargo audit
on:
schedule:
- cron: "0 0 * * 5"
pull_request:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
# TODO: bring back once https://github.com/brettcannon/python-launcher/issues/211 is fixed.
# pull_request:
# paths:
# - "**/Cargo.toml"
# - "**/Cargo.lock"

jobs:
audit:
Expand Down

0 comments on commit 321d1d4

Please sign in to comment.