Run CodeQL only aflter merge and each Saturday

This commit is contained in:
soxoj
2021-11-05 13:57:00 +03:00
committed by GitHub
parent 89711ff036
commit 59f573e754
+1 -4
View File
@@ -14,11 +14,8 @@ name: "CodeQL"
on:
push:
branches: [ main ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ main ]
schedule:
- cron: '23 6 * * 1'
- cron: '23 6 * * 6'
jobs:
analyze: