Commit 5331262
committed
ci: fix filtering out md files in bpf checks
This change fixes the way we are filtering out markdown files when
checking for file changes in lint-bpf-checks.
Previously, `!**/*.md` matched all files anywhere in the repo, which
caused unnecessary runs on PRs with changes that had nothing to do with
our bpf code.
Signed-off-by: Maciej Kwiek <mkwiek@cisco.com>1 parent e26318b commit 5331262
1 file changed
Lines changed: 4 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | 51 | | |
53 | | - | |
54 | | - | |
55 | | - | |
| 52 | + | |
| 53 | + | |
56 | 54 | | |
57 | 55 | | |
58 | 56 | | |
| |||
0 commit comments