fix(ci): correct condition for skipping Chromatic build ()

This commit is contained in:
zyoshoka 2025-04-09 08:10:17 +09:00 committed by GitHub
parent 1f17161dfb
commit 4a8b7ef23e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: