fix(ci): always run pull_request checks

no waiting for pending forever!
This commit is contained in:
ethernet
2026-06-15 17:03:55 -04:00
parent cffd6e3c8d
commit e0492aa2dc
11 changed files with 61 additions and 65 deletions
+5 -8
View File
@@ -11,16 +11,13 @@ on:
- 'docker/**'
- '.github/workflows/docker-publish.yml'
- '.github/actions/hermes-smoke-test/**'
# No paths filter — the job must always run so the required check
# reports a status (path-gated workflows leave checks "pending" forever
# when no matching files change, which blocks merge).
pull_request:
branches: [main]
paths:
- '**/*.py'
- 'pyproject.toml'
- 'uv.lock'
- 'Dockerfile'
- 'docker/**'
- '.github/workflows/docker-publish.yml'
- '.github/actions/hermes-smoke-test/**'
release:
types: [published]