From 4fc95ac32245accf12e15852410188d37f4c47a5 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Tue, 6 Jan 2026 18:43:19 +0000 Subject: [PATCH] GitHub: Add workflow_dispatch trigger to compile-queries.yml This change adds a workflow_dispatch trigger to the compile-queries.yml GitHub Actions workflow, allowing manual triggering of the query compilation test. --- .github/workflows/compile-queries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile-queries.yml b/.github/workflows/compile-queries.yml index 36171543cac4..97cc37c6cb33 100644 --- a/.github/workflows/compile-queries.yml +++ b/.github/workflows/compile-queries.yml @@ -1,6 +1,7 @@ name: "Compile all queries using the latest stable CodeQL CLI" on: + workflow_dispatch: push: branches: # makes sure the cache gets populated - running on the branches people tend to merge into. - main