Skip to content

Commit

Permalink
chore: disable security audit workflow temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 28, 2024
1 parent aae38d8 commit 6663570
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name: Security audit
on:
push:
paths:
- "**/Cargo.toml"
- "**/Cargo.lock"
schedule:
- cron: "0 0 * * *"
workflow_dispatch: false
# push:
# paths:
# - "**/Cargo.toml"
# - "**/Cargo.lock"
# schedule:
# - cron: "0 0 * * *"
jobs:
audit:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6663570

Please sign in to comment.