mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
ci: reduce usage when pushing release-please updates (#362)
##### SUMMARY Disable azure pipelines for draft pull requests and ask release-please to create draft pull requests. This should reduce the amount of CI usage around the release please workflow.
This commit is contained in:
parent
4342c6ffc6
commit
bd93d2caf8
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ trigger:
|
|||
|
||||
pr:
|
||||
autoCancel: true
|
||||
drafts: false
|
||||
branches:
|
||||
include: [main, stable-1]
|
||||
|
||||
|
|
1
.github/workflows/release-please.yml
vendored
1
.github/workflows/release-please.yml
vendored
|
@ -24,6 +24,7 @@ jobs:
|
|||
release-type: simple
|
||||
package-name: hetzner.hcloud
|
||||
include-v-in-tag: false
|
||||
draft-pull-request: true
|
||||
|
||||
# We use antsibull-changelog for the actual user-facing changelog.
|
||||
changelog-path: changelogs/dev-changelog.md
|
||||
|
|
Loading…
Reference in a new issue