mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-23 03:48:35 +00:00
ignore changes in .github for CodeQL scan
This commit is contained in:
parent
586bfb36d1
commit
b79f956e8c
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@ -14,13 +14,19 @@ name: "CodeQL"
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
|
paths-ignore:
|
||||||
|
- '**/*.md'
|
||||||
|
- '**/*.tf'
|
||||||
|
- 'example/**/*'
|
||||||
|
- '.github/**/*'
|
||||||
pull_request:
|
pull_request:
|
||||||
# The branches below must be a subset of the branches above
|
# The branches below must be a subset of the branches above
|
||||||
branches: [ master ]
|
branches: [ master ]
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
- '**/*.tf'
|
- '**/*.tf'
|
||||||
- 'example/*'
|
- 'example/**/*'
|
||||||
|
- '.github/**/*'
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 9 * * 6'
|
- cron: '30 9 * * 6'
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
since_tag=v0.4.4
|
since_tag=v0.4.4
|
||||||
exclude-labels='duplicate,question,invalid,wontfix,dependencies'
|
exclude-labels=duplicate,question,invalid,wontfix,dependencies
|
||||||
pr-wo-labels=false
|
pr-wo-labels=false
|
||||||
|
Loading…
Reference in New Issue
Block a user