Skip to content

Commit

Permalink
ci: skip pr when release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi committed Jan 15, 2024
1 parent ea871be commit 2718828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
with:
config-file: .github/.config/release-please-config.json
manifest-file: .release-please-manifest.json
skip-github-pull-request: ${{ startsWith(github.event.head_commit.message, 'release:') && github.event.head_commit.author.name == 'github-actions[bot]' }}

docker-publish:
needs: release-please
Expand Down

0 comments on commit 2718828

Please sign in to comment.