forked from github-mirrorer/taskchampion-sync-server
run the security scan weekly, not daily
This commit is contained in:
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
@ -2,7 +2,7 @@ name: security
|
||||
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
- cron: '33 0 * * THU'
|
||||
push:
|
||||
paths:
|
||||
- '**/Cargo.toml'
|
||||
|
||||
Reference in New Issue
Block a user