From 525c8f12a52c9b65f9a7ceff2e869746e0469e51 Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Mon, 9 Mar 2026 11:22:21 +0100 Subject: Make orchestrator the parent of most workflows, and let it handle most automatic cancellations of workflows when new commits are pushed. Workflows 'fuzz', 'lint' and 'release' have different triggers, so handle those separately. --- .github/workflows/codeql.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b54af665d4..25fcc6a7b0 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,12 +1,10 @@ -name: "CodeQL" +name: CodeQL on: - push: - branches: [ "develop" ] - pull_request: - branches: [ "develop" ] + workflow_call: workflow_dispatch: schedule: - cron: "27 17 * * 0" + jobs: analyze: name: Analyze -- cgit 0.0.5-2-1-g0f52