Skip to content

Commit 6780075

Browse files
committed
ci: do not run chromatic on fork repositories
1 parent 04b2214 commit 6780075

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/storybook.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ on:
1515

1616
jobs:
1717
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'
1820
runs-on: ubuntu-latest
1921

2022
env:

0 commit comments

Comments
 (0)