mirror of
https://github.com/GothenburgBitFactory/taskchampion-sync-server.git
synced 2025-06-26 10:54:29 +02:00
Merge pull request #117 from djmitche/security-scan-weekly
run the security scan weekly, not daily
This commit is contained in:
commit
953411bff8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/security.yml
vendored
2
.github/workflows/security.yml
vendored
|
@ -2,7 +2,7 @@ name: security
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * *'
|
- cron: '33 0 * * THU'
|
||||||
push:
|
push:
|
||||||
paths:
|
paths:
|
||||||
- '**/Cargo.toml'
|
- '**/Cargo.toml'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue