Skip to content

ci: run full test suites on every PR - #10

Merged
important-new merged 1 commit into
mainfrom
ci/full-ci-on-pr
Jun 14, 2026
Merged

ci: run full test suites on every PR#10
important-new merged 1 commit into
mainfrom
ci/full-ci-on-pr

Conversation

@important-new

Copy link
Copy Markdown
Owner

Removes the paths: filters from the pull_request triggers so backend-tests and frontend-e2e run on every PR. This is required for them to work as branch-protection required status checks — path-filtered checks stay pending forever on unrelated PRs and would deadlock merges.

Also scopes push triggers to main so feature-branch pushes don't double-run alongside the PR checks.

🤖 Generated with Claude Code

Remove pull_request paths filters so backend-tests and frontend-e2e
run on every PR, making them reliable required status checks
(path-filtered checks stay pending forever and would deadlock merges).
Scope push triggers to main to avoid duplicate runs on feature branches.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@important-new
important-new merged commit 9f8d823 into main Jun 14, 2026
4 checks passed
@important-new
important-new deleted the ci/full-ci-on-pr branch June 14, 2026 09:28
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.

1 participant