summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorzyoshoka <107108195+zyoshoka@users.noreply.github.com>2025-04-27 10:49:23 +0900
committerGitHub <noreply@github.com>2025-04-27 10:49:23 +0900
commitd91a4e3decc163c953f89e9277299f86ef24712a (patch)
tree3ba34d1058ea9613e96a74c9a7fb93790d394f69 /.github
parentfix(frontend): PageWithHeaderからPageHeaderに全Propsが伝わっていな... (diff)
downloadsharkey-d91a4e3decc163c953f89e9277299f86ef24712a.tar.gz
sharkey-d91a4e3decc163c953f89e9277299f86ef24712a.tar.bz2
sharkey-d91a4e3decc163c953f89e9277299f86ef24712a.zip
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/storybook.yml6
1 files changed, 1 insertions, 5 deletions
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: