Browse Source

codeql.yml: run once over night

pull/686/head
Philip H 1 year ago
committed by GitHub
parent
commit
062e25854c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/codeql.yml

2
.github/workflows/codeql.yml

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

Loading…
Cancel
Save