1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-09-29 05:29:11 +00:00

chore: Only run codeql on schedule

This commit is contained in:
Brenden Matthews 2023-03-05 18:55:14 -05:00
parent 1474cd09ae
commit 7b64e0a349

View File

@ -1,22 +1,9 @@
name: 'CodeQL'
on:
push:
branches: ['main']
paths:
- src/**
pull_request:
# The branches below must be a subset of the branches above
branches: ['main']
paths:
- src/**
schedule:
- cron: '20 2 * * 0'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
analyze:
name: Analyze