Reduce change-time Java E2E matrix (#1170)

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
This commit is contained in:
Bruno Borges
2026-07-29 10:17:23 -04:00
committed by GitHub
parent 27f2c62824
commit bcd3ba3d32
2 changed files with 63 additions and 4 deletions
-4
View File
@@ -3,13 +3,9 @@ name: Validate Java e2e
on:
push:
branches:
- main
- releases/*
paths-ignore:
- '**.md'
pull_request:
paths-ignore:
- '**.md'
schedule:
- cron: '0 */12 * * *'
workflow_dispatch: