From b5fb6d361a7a0526907bdad1820363cb7b99c356 Mon Sep 17 00:00:00 2001 From: akallabeth Date: Mon, 12 May 2025 12:21:28 +0200 Subject: [PATCH] [ci,codeql] remove pull request trigger --- .github/workflows/codeql-analysis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 80ef45378..f369f18f6 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -14,10 +14,6 @@ name: "CodeQL" on: workflow_dispatch: branches: [ master, stable* ] - push: - branches: [ "master", "stable*" ] - pull_request: - branches: [ "master", "stable*" ] schedule: - cron: '41 2 * * 2'