codeql.yml: run once over night

This commit is contained in:
Philip H 2023-11-12 14:34:48 +01:00 committed by GitHub
parent 655625b696
commit 062e25854c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ on:
pull_request:
branches: [ "main" ]
schedule:
- cron: '*/5 * * * *'
- cron: "0 0 * * *"
jobs:
analyze: