Skip to content

Commit fd5d26d

Browse files
authored
chore: prevent running chromatic on all merged PRs (#8623)
1 parent 6de95f4 commit fd5d26d

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy