Core: Rather than scheduling it daily, only do it on commits

This commit is contained in:
Mike Auty
2023-01-29 12:46:06 +00:00
parent c2a1afb0ba
commit 3297ba02e7
+7 -2
View File
@@ -12,8 +12,13 @@
name: "CodeQL"
on:
schedule:
- cron: '16 8 * * 0'
push:
branches: [ "develop" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "develop" ]
# schedule:
# - cron: '16 8 * * 0'
jobs:
analyze: