Skip to content

Commit

Permalink
temporarily disabling scheduled security audit as it keeps on failing
Browse files Browse the repository at this point in the history
  • Loading branch information
imor committed Jul 30, 2024
1 parent 68b46fb commit 5455872
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
@@ -1,8 +1,8 @@
# copied from Luca Palmieri's gist here: https://gist.github.com/LukeMathWalker/5ae1107432ce283310c3e601fac915f3
name: Security audit
on:
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
push:
paths:
- '**/Cargo.toml'
Expand Down

0 comments on commit 5455872

Please sign in to comment.