]> xenbits.xensource.com Git - people/andrewcoop/xen-test-framework.git/commitdiff
CI: Reduce the CodeQL schedule from weekly to monthly
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 30 Aug 2024 18:26:59 +0000 (19:26 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 30 Aug 2024 18:27:45 +0000 (19:27 +0100)
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
.github/workflows/codeql.yml

index 708b27aeedb760d8eddf7d61a900f55b5c4ab682..ac4cf03a66f300a2081aef1ce331b2fa0f27d9c9 100644 (file)
@@ -5,7 +5,7 @@ on:
   pull_request:
   workflow_dispatch:
   schedule:
-    - cron: '30 12 * * 3'
+    - cron: '30 12 1 * 0'
 
 jobs:
   analyse: