| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Run a representative smoke matrix on pull requests and main while reserving the exhaustive compatibility matrix for scheduled, manual, and release-branch runs. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 235c81b4-58ae-494e-9907-e19c841c6a53
There was a problem hiding this comment.
This PR reduces PR-time Java E2E workload by shifting the exhaustive “versions/distributions” matrix to scheduled/manual/release-branch runs, while introducing a smaller smoke matrix that runs on pull requests and main.
Changes:
| File | Description |
|---|---|
| .github/workflows/e2e-versions.yml | Stops running the exhaustive matrix on PRs and main pushes; keeps schedule/manual/release coverage. |
| .github/workflows/e2e-smoke.yml | Adds a PR + main push smoke E2E matrix to keep fast per-change validation. |
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Sorry, something went wrong.
| on: | ||
| push: | ||
| branches: | ||
| - main | ||
| - releases/* | ||
| paths-ignore: | ||
| - '**.md' |
| Back | FazBrowse Home | New Git URL |
Summary
Validation