diff options
| author | zyoshoka <107108195+zyoshoka@users.noreply.github.com> | 2025-04-09 08:10:17 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 08:10:17 +0900 |
| commit | 4a8b7ef23e373447dce2fbb79608dd4f6536ad23 (patch) | |
| tree | 62035dd8a00464fc7f7978243d286c2a6e3e0efe /.github/workflows | |
| parent | feat: show file name for warning / errors of [create-search-index] (#15785) (diff) | |
| download | sharkey-4a8b7ef23e373447dce2fbb79608dd4f6536ad23.tar.gz sharkey-4a8b7ef23e373447dce2fbb79608dd4f6536ad23.tar.bz2 sharkey-4a8b7ef23e373447dce2fbb79608dd4f6536ad23.zip | |
fix(ci): correct condition for skipping Chromatic build (#15783)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/storybook.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index bbdc881161..e17ce2a889 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -18,8 +18,8 @@ jobs: # Neither Dependabot nor Renovate will change the actual behavior for components. if: >- github.repository == 'misskey-dev/misskey' && - startsWith(github.ref, 'refs/heads/dependabot/') != true && - startsWith(github.ref, 'refs/heads/renovate/') != true + startsWith(github.head_ref, 'refs/heads/dependabot/') != true && + startsWith(github.head_ref, 'refs/heads/renovate/') != true runs-on: ubuntu-latest env: |