summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoranatawa12 <anatawa12@icloud.com>2024-11-23 17:42:55 +0900
committerGitHub <noreply@github.com>2024-11-23 17:42:55 +0900
commitae1d0b08eb7d95a79d23d1f2c1d9d69cc0650e0a (patch)
tree4d72df486ebdca1db0f60f193a1b51fed3363270 /.github/workflows
parentfix(backend): アドレス入力で直接ユーザのプロフィールペー... (diff)
downloadsharkey-ae1d0b08eb7d95a79d23d1f2c1d9d69cc0650e0a.tar.gz
sharkey-ae1d0b08eb7d95a79d23d1f2c1d9d69cc0650e0a.tar.bz2
sharkey-ae1d0b08eb7d95a79d23d1f2c1d9d69cc0650e0a.zip
ci: do not run chromatic on fork repositories (#15041)
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/storybook.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index c02f38ee0b..efcf0291d8 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -15,6 +15,8 @@ on:
jobs:
build:
+ # chromatic is not likely to be available for fork repositories, so we disable for fork repositories.
+ if: github.repository == 'misskey-dev/misskey'
runs-on: ubuntu-latest
env: