Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfd5d26d

Browse files
authored
chore: prevent running chromatic on all merged PRs (#8623)
1 parent6de95f4 commitfd5d26d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ jobs:
543543
# REMARK: this is only used to build storybook and deploy it to Chromatic.
544544
runs-on:ubuntu-latest
545545
needs:changes
546-
if:needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true' || github.ref == 'refs/heads/main'
546+
if:needs.changes.outputs.ts == 'true' || needs.changes.outputs.ci == 'true'
547547
steps:
548548
-name:Checkout
549549
uses:actions/checkout@v3

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp