Skip to content

chore(github): Run some workflows on features/** and release-** branches#6556

Merged
Hywan merged 1 commit intomatrix-org:mainfrom
Hywan:chore-github-workflows-on-features-and-release
May 8, 2026
Merged

chore(github): Run some workflows on features/** and release-** branches#6556
Hywan merged 1 commit intomatrix-org:mainfrom
Hywan:chore-github-workflows-on-features-and-release

Conversation

@Hywan
Copy link
Copy Markdown
Member

@Hywan Hywan commented May 8, 2026

This patch updates a couple of workflows to run on the features/** and the release-** branches. Note that for coverage, we purposely exclude release-** as it often breaks and don't want to break the release process.


  • I've documented the public API Changes in the appropriate CHANGELOG.md files.
  • This PR was made with the help of AI.

…ranches.

This patch updates a couple of workflows to run on the `features/**`
and the `release-**` branches. Note that for `coverage`, we purposely
exclude `release-**` as it often breaks and don't want to break the
release process.
@Hywan Hywan requested a review from poljar May 8, 2026 12:53
@Hywan Hywan requested a review from a team as a code owner May 8, 2026 12:53
workflow_dispatch:
push:
branches: [main]
branches: ["main", "features/**", "release-**"]
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Do we need the double glob for relase-**? Well doesn't matter much I guess we'll find out and fix if it doesn't apply to our release branches.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

🤷 good question

@codecov
Copy link
Copy Markdown

codecov Bot commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.93%. Comparing base (f4b2794) to head (0aa48e5).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6556   +/-   ##
=======================================
  Coverage   89.93%   89.93%           
=======================================
  Files         381      381           
  Lines      106865   106865           
  Branches   106865   106865           
=======================================
+ Hits        96112    96114    +2     
- Misses       7101     7105    +4     
+ Partials     3652     3646    -6     

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

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented May 8, 2026

Merging this PR will not alter performance

✅ 50 untouched benchmarks


Comparing Hywan:chore-github-workflows-on-features-and-release (0aa48e5) with main (6a33b94)

Open in CodSpeed

@Hywan Hywan merged commit d98dbad into matrix-org:main May 8, 2026
72 of 75 checks passed
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.

2 participants