ci: don't build kernel when ksud changes

This commit is contained in:
tiann
2023-02-01 21:01:32 +08:00
parent d8042a36c3
commit d5a05da5b8
2 changed files with 0 additions and 4 deletions

View File

@@ -7,7 +7,6 @@ on:
- ".github/workflows/gki-kernel.yml"
- ".github/scripts/build_a13.sh"
- "kernel/**"
- "userspace/ksud/**"
pull_request:
branches: ["main"]
paths:
@@ -15,7 +14,6 @@ on:
- ".github/workflows/gki-kernel.yml"
- ".github/scripts/build-a13.sh"
- "kernel/**"
- "userspace/ksud/**"
jobs:
build-kernel:
if: github.event_name != 'pull_request'