Commit c2894c1
ci: run Android compile check only on Kotlin changes
Narrows android-compile-check.yml's pull_request paths to **/*.kt (plus the
workflow self-trigger), down from android/**, lantern-core/**, go.mod/go.sum,
Makefile, pubspec.*, and flutter-version.yaml. The expensive macos-26
debug-APK build now runs only when Kotlin source changes, not on every
Go/Flutter/dependency PR.
Trade-off: a Go/gomobile-AAR change that breaks the AAR<->Kotlin interface is
no longer caught by this PR gate — it surfaces in build-android.yml / release.
Header comment updated to match the narrowed scope. (main is not branch-
protected, so this is not a required check — narrowing paths can't strand a
required status.)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4e9a3ed commit c2894c1
1 file changed
Lines changed: 11 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
| 18 | + | |
| 19 | + | |
22 | 20 | | |
23 | 21 | | |
24 | 22 | | |
| |||
0 commit comments