Skip to content

Commit

Permalink
ci: skip azp on release please commits
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Sep 28, 2023
1 parent 001c3e2 commit 0d542b6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
release-type: simple
package-name: hetzner.hcloud

# Skip Azure pipeline for release-please commits
pull-request-title-pattern: |-
chore${scope}: release${component} ${version}
[skip azp]
# We use antsibull-changelog for the actual user-facing changelog.
changelog-path: changelogs/dev-changelog.md

Expand Down Expand Up @@ -72,6 +77,8 @@ jobs:
git config user.email "[email protected]"
git add changelogs/ CHANGELOG.rst
git commit -m "chore(main): changelog for version ${{ needs.release-please.outputs.version }}"
git commit \
-m "chore(main): changelog for version ${{ needs.release-please.outputs.version }}" \
-m "[skip azp]"
git push origin ${{ needs.release-please.outputs.branch }}

0 comments on commit 0d542b6

Please sign in to comment.