0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-08-22 19:38:35 +00:00

ignore changes in .github for CodeQL scan

This commit is contained in:
Pavel Boldyrev 2021-09-09 11:10:37 -04:00
parent 586bfb36d1
commit b79f956e8c
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9
2 changed files with 8 additions and 2 deletions

View File

@ -14,13 +14,19 @@ name: "CodeQL"
on:
push:
branches: [ master ]
paths-ignore:
- '**/*.md'
- '**/*.tf'
- 'example/**/*'
- '.github/**/*'
pull_request:
# The branches below must be a subset of the branches above
branches: [ master ]
paths-ignore:
- '**/*.md'
- '**/*.tf'
- 'example/*'
- 'example/**/*'
- '.github/**/*'
schedule:
- cron: '30 9 * * 6'

View File

@ -1,3 +1,3 @@
since_tag=v0.4.4
exclude-labels='duplicate,question,invalid,wontfix,dependencies'
exclude-labels=duplicate,question,invalid,wontfix,dependencies
pr-wo-labels=false