]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commitdiff
CI: Allow manual invocation of CodeQL
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 4 Oct 2023 12:17:17 +0000 (13:17 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 4 Oct 2023 12:17:17 +0000 (13:17 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
.github/workflows/codeql.yml

index 7f1c4b0f4c7047b7452ac2268b8c7ed1044c751a..b1143a8f04f3ea246dc40c7a820e3e259827dd5c 100644 (file)
@@ -3,6 +3,7 @@ name: CodeQL
 on:
   push:
   pull_request:
+  workflow_dispatch:
   schedule:
     - cron: '30 12 * * 3'