We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b2214 commit 6780075Copy full SHA for 6780075
.github/workflows/storybook.yml
@@ -15,6 +15,8 @@ on:
15
16
jobs:
17
build:
18
+ # chromatic is not likely to be available for fork repositories, so we disable for fork repositories.
19
+ if: github.repository == 'misskey-dev/misskey'
20
runs-on: ubuntu-latest
21
22
env:
0 commit comments