mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-07-08 04:54:32 +00:00
fix(ci): correct condition for skipping Chromatic build (#15783)
This commit is contained in:
parent
1f17161dfb
commit
4a8b7ef23e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/storybook.yml
vendored
4
.github/workflows/storybook.yml
vendored
|
@ -18,8 +18,8 @@ jobs:
|
||||||
# Neither Dependabot nor Renovate will change the actual behavior for components.
|
# Neither Dependabot nor Renovate will change the actual behavior for components.
|
||||||
if: >-
|
if: >-
|
||||||
github.repository == 'misskey-dev/misskey' &&
|
github.repository == 'misskey-dev/misskey' &&
|
||||||
startsWith(github.ref, 'refs/heads/dependabot/') != true &&
|
startsWith(github.head_ref, 'refs/heads/dependabot/') != true &&
|
||||||
startsWith(github.ref, 'refs/heads/renovate/') != true
|
startsWith(github.head_ref, 'refs/heads/renovate/') != true
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Add table
Reference in a new issue