Commit 8d953bd
authored
ci(behavior): always run on PRs targeting main and stable (#2960)
GitHub's required-status-check rule is name-based; when a workflow is
skipped by paths, the required check stays pending and blocks the PR
forever. That has been blocking dep-only and other path-irrelevant PRs
(e.g. #2949) on the Behavior Tests / validate gate.
The simplest durable fix is to drop the path filter and let the
workflow run on every PR. Trades a bounded amount of CI minutes for
removing an entire class of stuck-PR failures and the recurring
maintenance of keeping path lists in sync with the repo layout.1 parent 8e708ff commit 8d953bd
1 file changed
Lines changed: 0 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 9 | | |
20 | 10 | | |
21 | 11 | | |
| |||
0 commit comments