ci: don't build kernel when ksud changes
This commit is contained in:
2
.github/workflows/build-kernel-a12.yml
vendored
2
.github/workflows/build-kernel-a12.yml
vendored
@@ -7,7 +7,6 @@ on:
|
||||
- ".github/workflows/gki-kernel.yml"
|
||||
- ".github/scripts/build_a12.sh"
|
||||
- "kernel/**"
|
||||
- "userspace/ksud/**"
|
||||
pull_request:
|
||||
branches: ["main"]
|
||||
paths:
|
||||
@@ -15,7 +14,6 @@ on:
|
||||
- ".github/workflows/gki-kernel.yml"
|
||||
- ".github/scripts/build-a12.sh"
|
||||
- "kernel/**"
|
||||
- "userspace/ksud/**"
|
||||
jobs:
|
||||
build-kernel:
|
||||
if: github.event_name != 'pull_request'
|
||||
|
||||
2
.github/workflows/build-kernel-a13.yml
vendored
2
.github/workflows/build-kernel-a13.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user