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