chore(codeql): run only weekly (#1920)

This commit is contained in:
James Rich 2025-05-23 09:49:24 -05:00 committed by GitHub
parent 46ba3eb3fd
commit f3ec093caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,12 +12,12 @@
name: "CodeQL Advanced"
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]
schedule:
- cron: '39 20 * * 2'
- cron: '0 0 * * *'
jobs:
analyze: