diff options
| author | Brian Potchik <brian@vector35.com> | 2025-07-29 13:48:01 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2025-07-29 13:48:01 -0400 |
| commit | 5244be17ac0b2c600cc95c70ec33bde568986d90 (patch) | |
| tree | 568e4fcfb9015141b3b149272d200ba0dd634dae /plugins/efi_resolver/src/Plugin.cpp | |
| parent | c2a48b1ff770c092a9745eaa28092b89159beb4f (diff) | |
Add support for declarative downstream dependencies to workflow system.
Diffstat (limited to 'plugins/efi_resolver/src/Plugin.cpp')
| -rw-r--r-- | plugins/efi_resolver/src/Plugin.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
