mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-04 21:14:05 +00:00
CI config tweaks
This commit is contained in:
parent
5352736656
commit
57a00ba8ee
8
.github/workflows/codeql-analysis.yml
vendored
8
.github/workflows/codeql-analysis.yml
vendored
@ -17,16 +17,16 @@ on:
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.tf'
|
||||
- 'example/**/*'
|
||||
- '.github/**/*'
|
||||
- 'example/**'
|
||||
- '.github/**'
|
||||
pull_request:
|
||||
# The branches below must be a subset of the branches above
|
||||
branches: [ master ]
|
||||
paths-ignore:
|
||||
- '**/*.md'
|
||||
- '**/*.tf'
|
||||
- 'example/**/*'
|
||||
- '.github/**/*'
|
||||
- 'example/**'
|
||||
- '.github/**'
|
||||
schedule:
|
||||
- cron: '30 9 * * 6'
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
since_tag=v0.4.4
|
||||
exclude-labels=duplicate,question,invalid,wontfix,dependencies
|
||||
pr-wo-labels=false
|
||||
bugs-label=BUG FIXES:
|
||||
breaking-label=BREAKING CHANGES:
|
||||
enhancement-label=ENHANCEMENTS:
|
Loading…
Reference in New Issue
Block a user