0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-05 13:33:58 +00:00

CI config tweaks

This commit is contained in:
Pavel Boldyrev 2021-09-09 11:27:34 -04:00
parent 5352736656
commit 57a00ba8ee
No known key found for this signature in database
GPG Key ID: 9A3B05A2B8921AD9
2 changed files with 7 additions and 4 deletions

View File

@ -17,16 +17,16 @@ on:
paths-ignore: paths-ignore:
- '**/*.md' - '**/*.md'
- '**/*.tf' - '**/*.tf'
- 'example/**/*' - 'example/**'
- '.github/**/*' - '.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/**/*' - '.github/**'
schedule: schedule:
- cron: '30 9 * * 6' - cron: '30 9 * * 6'

View File

@ -1,3 +1,6 @@
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
bugs-label=BUG FIXES:
breaking-label=BREAKING CHANGES:
enhancement-label=ENHANCEMENTS: