-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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: reduce redundant CI runs #5765
Conversation
fix: Type file path for layout-elk
Version Packages
|
✅ Deploy Preview for mermaid-js ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #5765 +/- ##
==========================================
- Coverage 5.21% 5.21% -0.01%
==========================================
Files 322 323 +1
Lines 46083 46094 +11
Branches 561 536 -25
==========================================
Hits 2402 2402
- Misses 43681 43692 +11
Flags with carried forward coverage won't be shown. Click here to find out more. |
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
📑 Summary
Removes unused workflows
Adds concurrency to workflows so only one runs
Skips running E2E tests on push to non develop/master/release branches (Should reduce the use of Argos)
Merges workflows where possible
📋 Tasks
Make sure you
MERMAID_RELEASE_VERSION
is used for all new features.pnpm changeset
and following the prompts. Changesets that add features should beminor
and those that fix bugs should bepatch
. Please prefix changeset messages withfeat:
,fix:
, orchore:
.