mirror of https://github.com/leafspark/AutoGGUF
ci: disable .md and .txt CodeQL analysis
This commit is contained in:
parent
e867a9e5cf
commit
ea4f0a0c41
|
@ -14,8 +14,14 @@ name: "CodeQL"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.txt'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.txt'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '21 20 * * 6'
|
- cron: '21 20 * * 6'
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue