summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAcid Chicken <root@acid-chicken.com>2025-03-26 12:17:56 +0900
committerGitHub <noreply@github.com>2025-03-26 12:17:56 +0900
commited86b1706de715925be2d3a22ae8f68cdc12195b (patch)
tree8edb47a00c78f4a287d6ad78abf9a54189a1d631 /.github/workflows
parentenhance(frontend): improve chat ux (diff)
downloadsharkey-ed86b1706de715925be2d3a22ae8f68cdc12195b.tar.gz
sharkey-ed86b1706de715925be2d3a22ae8f68cdc12195b.tar.bz2
sharkey-ed86b1706de715925be2d3a22ae8f68cdc12195b.zip
ci(storybook): prevent running for bots
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/storybook.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml
index 6608761c13..07f196b7b8 100644
--- a/.github/workflows/storybook.yml
+++ b/.github/workflows/storybook.yml
@@ -5,13 +5,15 @@ on:
branches:
- master
- develop
- - dev/storybook8 # for testing
pull_request_target:
branches-ignore:
# Since pull requests targets master mostly is the "develop" branch.
# Storybook CI is checked on the "push" event of "develop" branch so it would cause a duplicate build.
# This is a waste of chromatic build quota, so we don't run storybook CI on pull requests targets master.
- master
+ # Neither Dependabot nor Renovate will change the actual behavior for components.
+ - dependabot/**
+ - renovate/**
jobs:
build: