We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc21d7c commit 17b4a43Copy full SHA for 17b4a43
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
- run: npm run lint
50
51
# Check Changelog
52
- - if: env.HAS_GITHUBPAGESDEPLOYTOKEN == 'true'
+ - if: github.repository_owner == 'ni'
53
run: npm run check
54
55
# Publish updates
0 commit comments