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