ci: only run codeql on schedule

This commit is contained in:
Trong Huu Nguyen
2023-04-11 09:59:02 +02:00
parent 765d4e34b1
commit 37557ddf2f

View File

@@ -12,13 +12,8 @@
name: "CodeQL"
on:
push:
branches: [ "master" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master" ]
schedule:
- cron: '27 8 * * 2'
- cron: '00 04 * * 1-6'
jobs:
analyze: