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

chore(workspace): skip frontend pipelines when only backend code is changed #14380

Closed

Conversation

framitdavid
Copy link
Collaborator

@framitdavid framitdavid commented Jan 8, 2025

Description

This update modifies the frontend CI pipeline to avoid running unnecessary tests when only backend code changes. The pipeline will now be skipped if there are no changes to the frontend code, reducing unnecessary build time and improving efficiency.

Related Issue(s)

  • PR itself

Verification

  • Your code builds clean without any errors or warnings
  • Manual testing done (required)

@github-actions github-actions bot added the skip-releasenotes Issues that do not make sense to list in our release notes label Jan 8, 2025
@framitdavid framitdavid added quality/engineering Technical or architectural improvements. For example refactoring or upgrading. team/studio-core labels Jan 8, 2025
Copy link

codecov bot commented Jan 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.57%. Comparing base (3c55616) to head (ed3294f).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14380   +/-   ##
=======================================
  Coverage   95.57%   95.57%           
=======================================
  Files        1864     1864           
  Lines       24151    24151           
  Branches     2786     2786           
=======================================
  Hits        23082    23082           
  Misses        812      812           
  Partials      257      257           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@framitdavid framitdavid closed this Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quality/engineering Technical or architectural improvements. For example refactoring or upgrading. skip-releasenotes Issues that do not make sense to list in our release notes team/studio-core
Projects
Status: Documentation
Development

Successfully merging this pull request may close these issues.

1 participant