ci: only run codeql on schedule

This commit is contained in:
Nicolas Giard 2022-03-10 14:17:47 -05:00 committed by GitHub
parent 064432c2dd
commit 2493fd063d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,8 +3,8 @@ name: CodeQL Analysis
on:
# push:
# branches: [ main ]
pull_request:
branches: [ main ]
# pull_request:
# branches: [ main ]
schedule:
- cron: '23 1 * * 1'