Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turbosnap fix #1962

Closed
wants to merge 21 commits into from
Closed

Turbosnap fix #1962

wants to merge 21 commits into from

Conversation

fredvisser
Copy link
Contributor

Pull Request

🀨 Rationale

πŸ‘©β€πŸ’» Implementation

πŸ§ͺ Testing

βœ… Checklist

  • I have updated the project documentation to reflect my changes or determined no changes are needed.

@m-akinc m-akinc force-pushed the users/fvisser/turbosnap-fix branch from 6c6729c to 1352046 Compare March 27, 2024 17:30
@m-akinc m-akinc force-pushed the users/fvisser/turbosnap-fix branch from b412ddd to 8636bc8 Compare March 27, 2024 18:00

# Publish to Chromatic (from any push)
- name: Publish to Chromatic
if: env.HAS_CHROMATIC_PROJECT_TOKEN == 'true' && github.event_name == 'push'
uses: chromaui/action@v11
uses: chromaui/action@v10
with:
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
onlyChanged: "!startsWith(github.ref, 'refs/heads/main')" # Use TurboSnap for PR builds
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A good trigger all test to emulate running on main is to flip this condition

Suggested change
onlyChanged: "!startsWith(github.ref, 'refs/heads/main')" # Use TurboSnap for PR builds
onlyChanged: "startsWith(github.ref, 'refs/heads/main')" # Use TurboSnap for PR builds

@rajsite rajsite closed this Apr 2, 2024
@m-akinc m-akinc deleted the users/fvisser/turbosnap-fix branch May 9, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants