diff options
| author | anatawa12 <anatawa12@icloud.com> | 2024-08-10 09:36:10 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-10 09:36:10 +0900 |
| commit | 1532d5f3904df811143d19816c02c3a598737b10 (patch) | |
| tree | 3732e8e9047dd28247c128a5cfabe1237f5e69ae /.github/workflows | |
| parent | fix(frontend): ページ遷移に失敗することがある問題を修正 (... (diff) | |
| download | misskey-1532d5f3904df811143d19816c02c3a598737b10.tar.gz misskey-1532d5f3904df811143d19816c02c3a598737b10.tar.bz2 misskey-1532d5f3904df811143d19816c02c3a598737b10.zip | |
ci: skip chromatic / storybook CI for pull requests targets master (#14377)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/storybook.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 68452aacaf..bea93f1456 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -7,6 +7,11 @@ on: - 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 jobs: build: |