diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a91e3bc..143646a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,10 @@ on: branches: [ "master" ] schedule: - cron: '38 17 * * 2' - + +env: + CONFIGURE_PRESET: "default-debug" + jobs: analyze: name: Analyze