mirror of
https://github.com/paricafe/misskey.git
synced 2024-11-24 05:56:44 -06:00
ci: do not run chromatic on fork repositories (#15041)
This commit is contained in:
parent
a77ad7a16b
commit
ae1d0b08eb
1 changed files with 2 additions and 0 deletions
2
.github/workflows/storybook.yml
vendored
2
.github/workflows/storybook.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue