codeql.yml: run once over night
This commit is contained in:
parent
655625b696
commit
062e25854c
|
@ -6,7 +6,7 @@ on:
|
|||
pull_request:
|
||||
branches: [ "main" ]
|
||||
schedule:
|
||||
- cron: '*/5 * * * *'
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
jobs:
|
||||
analyze:
|
||||
|
|
Loading…
Reference in New Issue