Skip to content

Commit 1548c67

Browse files
authored
Merge pull request #370 from muzimuzhi/ci/skip-release
Skip release and publish workflow in forks
2 parents 6a24cee + 612b564 commit 1548c67

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
required: true
1515
jobs:
1616
check-version-change:
17+
if: ${{ github.repository_owner == 'github' }}
18+
1719
outputs:
1820
changed: ${{ steps.check-version.outputs.result }}
1921

0 commit comments

Comments
 (0)