From 5244be17ac0b2c600cc95c70ec33bde568986d90 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Tue, 29 Jul 2025 13:48:01 -0400 Subject: Add support for declarative downstream dependencies to workflow system. --- plugins/efi_resolver/src/Plugin.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins/efi_resolver/src/Plugin.cpp') diff --git a/plugins/efi_resolver/src/Plugin.cpp b/plugins/efi_resolver/src/Plugin.cpp index 9d5a69ce..e26ec171 100644 --- a/plugins/efi_resolver/src/Plugin.cpp +++ b/plugins/efi_resolver/src/Plugin.cpp @@ -70,6 +70,9 @@ extern "C" "eligibility": { "runOnce": true, "auto": {} + }, + "dependencies": { + "downstream": ["core.module.update"] } })~", &RunWorkflow); -- cgit v1.3.1