Skip to content

Commit b6e1c8a

Browse files
authored
Only run security audit on schedule (#120)
1 parent 70930f8 commit b6e1c8a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/security-audit.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
name: Security Audit
22

3-
# Run daily and also when Cargo.toml changes
43
on:
54
schedule:
65
- cron: "0 8 * * *" # 8AM UTC, 3PM MST
7-
push:
8-
paths:
9-
- "**/Cargo.toml"
106

117
jobs:
128
security-audit:

0 commit comments

Comments
 (0)