Skip to content

Commit 55b1da8

Browse files
committed
ci: skip Extract changelog if not release in rime/weasel and msbuild
fix
1 parent 66f636f commit 55b1da8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
165165
# Release-only steps (run on tags or master)
166166
- name: Extract changelog
167-
if: ${{ startsWith(github.ref, 'refs/tags/') && matrix.variant == 'msbuild' }}
167+
if: ${{ github.repository == 'rime/weasel' && startsWith(github.ref, 'refs/tags/') && matrix.variant == 'msbuild' }}
168168
shell: pwsh
169169
run: .\extract_changelog.ps1
170170

0 commit comments

Comments
 (0)