Commit 7d20eb5
authored
build: run ASF allowlist check on every PR so the required check reports (#8887)
The workflow had a paths filter (.github/**) on the pull_request trigger, so
it only ran when a PR touched .github/**. Since asf-allowlist-check is a
required status check in .asf.yaml, every other PR stayed in the 'Expected —
waiting for status' state and could never be merged.
Drop the paths filter on pull_request (mirroring apache/opennlp) so the check
runs and reports a status on all PRs. The push trigger keeps its paths filter.1 parent f94b58a commit 7d20eb5
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | | - | |
22 | | - | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
0 commit comments