From 3e951f3a1d69b8cba3584a81220529ac93091fcb Mon Sep 17 00:00:00 2001 From: Or Ricon Date: Thu, 1 Aug 2024 14:25:42 +0000 Subject: [PATCH] add missing needs value --- .github/workflows/targets.yml | 2 +- cfg/.config | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/targets.yml b/.github/workflows/targets.yml index e92ae89..68939ef 100644 --- a/.github/workflows/targets.yml +++ b/.github/workflows/targets.yml @@ -57,7 +57,7 @@ jobs: kernel: runs-on: ubuntu-latest - needs: [image-ref-changes, build-script-changes] + needs: [image-ref-changes, build-script-changes, kernel-config-changes] if: needs.image-ref-changes.outputs.kernel == 'true' || needs.build-script-changes.outputs.kernel == 'true' || needs.kernel-config-changes.outputs.config == 'true' strategy: diff --git a/cfg/.config b/cfg/.config index 971aac8..2169139 100644 --- a/cfg/.config +++ b/cfg/.config @@ -4076,3 +4076,4 @@ CONFIG_ARCH_USE_MEMTEST=y # # end of Rust hacking # end of Kernel hacking +#