We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a24cee + 612b564 commit 1548c67Copy full SHA for 1548c67
1 file changed
.github/workflows/publish.yml
@@ -14,6 +14,8 @@ on:
14
required: true
15
jobs:
16
check-version-change:
17
+ if: ${{ github.repository_owner == 'github' }}
18
+
19
outputs:
20
changed: ${{ steps.check-version.outputs.result }}
21
0 commit comments