From d91a4e3decc163c953f89e9277299f86ef24712a Mon Sep 17 00:00:00 2001 From: zyoshoka <107108195+zyoshoka@users.noreply.github.com> Date: Sun, 27 Apr 2025 10:49:23 +0900 Subject: fix(ci): change Chromatic build to be triggered when frontend `package.json` is edited instead of lockfile (#15793) * fix(ci): correct invalid condition for skipping Chromatic build * fix: change to be triggered when frontend `package.json` is edited instead of lockfile * chore: disable automatic rebase of frontend Renovate PRs --- .github/workflows/storybook.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to '.github') diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index e17ce2a889..037e6dd7f1 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -15,11 +15,7 @@ on: jobs: build: # Chromatic is not likely to be available for fork repositories, so we disable for fork repositories. - # Neither Dependabot nor Renovate will change the actual behavior for components. - if: >- - github.repository == 'misskey-dev/misskey' && - startsWith(github.head_ref, 'refs/heads/dependabot/') != true && - startsWith(github.head_ref, 'refs/heads/renovate/') != true + if: github.repository == 'misskey-dev/misskey' runs-on: ubuntu-latest env: -- cgit v1.2.3-freya