The pull-requests workflow used paths-ignore at the trigger level, which prevented the entire workflow from running on docs-only PRs. This meant the required "E2E Tests" check was never created, blocking merge for non-admin users. Replace trigger-level paths-ignore with a detect-changes job using dorny/paths-filter. The workflow now always triggers (so checks are always reported), but build and downstream jobs are skipped when only docs files change. Signed-off-by: IvanHunters <xorokhotnikov@gmail.com> |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODEOWNERS | ||
| PULL_REQUEST_TEMPLATE.md | ||