From d0bc1cabd729238e42de52004bc2bd514aea7995 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Sat, 22 Nov 2025 16:04:23 +0100 Subject: [PATCH] Disable scheduled CodeQL runs Never had them find anything new. --- .github/workflows/codeql.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index e1adc58..4a22089 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -9,8 +9,6 @@ on: pull_request: branches: - main - schedule: - - cron: "15 4 * * 6" permissions: actions: read