From: Andrew Cooper Date: Wed, 4 Oct 2023 12:17:17 +0000 (+0100) Subject: CI: Allow manual invocation of CodeQL X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8ab636aee07918402d80da2ea605ce449b0fd657;p=people%2Fandrewcoop%2Fxen-test-framework.git CI: Allow manual invocation of CodeQL Signed-off-by: Andrew Cooper --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7f1c4b0..b1143a8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,6 +3,7 @@ name: CodeQL on: push: pull_request: + workflow_dispatch: schedule: - cron: '30 12 * * 3'