We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6157e5 commit 612b564Copy full SHA for 612b564
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