Run codeql on schedule only (#110729)

This commit is contained in:
Franck Nijhof 2024-02-16 19:32:36 +01:00 committed by GitHub
parent 2cb0249f0a
commit 788b53534f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,11 +2,6 @@ name: "CodeQL"
# yamllint disable-line rule:truthy
on:
push:
branches:
- dev
- rc
- master
schedule:
- cron: "30 18 * * 4"