Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/host-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ on:
- 'firmware/c/tests/**'
- 'host/**'
- '.github/workflows/host-tests.yml'
# No paths filter on pull_request: the "Portable logic (no hardware)" job is a REQUIRED
# status check (repo ruleset), so it must report on EVERY PR. A path-filtered required
# check that never runs leaves a PR blocked on a forever-pending "Expected" status. This
# runner is GitHub-hosted (free + unlimited for public repos) and uploads nothing, so
# running it on docs-only PRs costs nothing. (push stays path-filtered to save branch runs.)
pull_request:
paths:
- 'firmware/c/src/**'
- 'firmware/c/tests/**'
- 'host/**'
- '.github/workflows/host-tests.yml'

concurrency:
group: host-tests-${{ github.ref }}
Expand Down
Loading