aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristian Marangi <ansuelsmth@gmail.com>2022-12-04 20:58:11 +0100
committerChristian Marangi <ansuelsmth@gmail.com>2022-12-04 20:58:11 +0100
commit644175c29ca11e0a008c58c82986045f738f5c6f (patch)
treecd059b1fcf2a896bd2749dc13d5c4d86e9280ef0 /.github
parente3cf2b84e5f8708ca17d931ef60746516c8a2fe4 (diff)
downloadupstream-644175c29ca11e0a008c58c82986045f738f5c6f.tar.gz
upstream-644175c29ca11e0a008c58c82986045f738f5c6f.tar.bz2
upstream-644175c29ca11e0a008c58c82986045f738f5c6f.zip
CI: trigger check also on build and check-kernel-patches workflow change
Since kernel and packages workflow now use a shared build workflow, they also need to react on changes on these shared workflow. Fix this and add these shared workflow to the event paths to check. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/kernel.yml4
-rw-r--r--.github/workflows/packages.yml2
2 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/kernel.yml b/.github/workflows/kernel.yml
index 06efe14d5c..5a8c1123af 100644
--- a/.github/workflows/kernel.yml
+++ b/.github/workflows/kernel.yml
@@ -3,12 +3,16 @@ name: Build Kernel
on:
pull_request:
paths:
+ - '.github/workflows/check-kernel-patches.yml'
+ - '.github/workflows/build.yml'
- '.github/workflows/kernel.yml'
- 'include/kernel*'
- 'package/kernel/**'
- 'target/linux/generic/**'
push:
paths:
+ - '.github/workflows/check-kernel-patches.yml'
+ - '.github/workflows/build.yml'
- '.github/workflows/kernel.yml'
- 'include/kernel*'
- 'package/kernel/**'
diff --git a/.github/workflows/packages.yml b/.github/workflows/packages.yml
index a374b37023..94982ba65b 100644
--- a/.github/workflows/packages.yml
+++ b/.github/workflows/packages.yml
@@ -3,6 +3,7 @@ name: Build all core packages
on:
pull_request:
paths:
+ - '.github/workflows/build.yml'
- '.github/workflows/packages.yml'
- 'config/**'
- 'include/**'
@@ -11,6 +12,7 @@ on:
- 'toolchain/**'
push:
paths:
+ - '.github/workflows/build.yml'
- '.github/workflows/packages.yml'
- 'config/**'
- 'include/**'