ci: require e2e tests to pass in merge queue (#6581)

* Add merge_group trigger to e2e-test workflow

* Add release notes for PR #6581

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Matiss Janis Aboltins
2026-01-07 19:45:02 +01:00
committed by GitHub
parent 36a3586648
commit d30f3aa36d
2 changed files with 7 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ on:
- '!packages/ci-actions/**' # CI actions changes don't affect E2E tests
- '!packages/docs/**' # Docs changes don't affect E2E tests
- '!packages/eslint-plugin-actual/**' # Eslint plugin changes don't affect E2E tests
merge_group:
env:
GITHUB_PR_NUMBER: ${{github.event.pull_request.number}}

View File

@@ -0,0 +1,6 @@
---
category: Maintenance
authors: [MatissJanis]
---
Add merge_group trigger to e2e tests workflow for executing during merge queue events.