Skip to content

Commit

Permalink
ci: skip updating changelog for release commits
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Feb 19, 2025
1 parent 584b4b8 commit e88d2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:

jobs:
update-changelog:
if: github.repository_owner == 'nuxt'
if: github.repository_owner == 'nuxt' && !startsWith(github.event.head_commit.message, 'v')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit e88d2d2

Please sign in to comment.