Skip to content

Commit

Permalink
ci: do not run chromatic on fork repositories (#15041)
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 authored Nov 23, 2024
1 parent a77ad7a commit ae1d0b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae1d0b0

Please sign in to comment.