mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
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:
committed by
GitHub
parent
36a3586648
commit
d30f3aa36d
1
.github/workflows/e2e-test.yml
vendored
1
.github/workflows/e2e-test.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user