From 7c76ca7f56f3b9f98cb79fae398ededc8a1b8022 Mon Sep 17 00:00:00 2001 From: Stephan D Date: Fri, 13 Feb 2026 17:15:26 +0100 Subject: [PATCH] payment services build deps fix --- .woodpecker/payments_methods.yml | 1 + .woodpecker/payments_orchestrator.yml | 1 + .woodpecker/payments_quotation.yml | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/payments_methods.yml b/.woodpecker/payments_methods.yml index 79bf8309..62b653ac 100644 --- a/.woodpecker/payments_methods.yml +++ b/.woodpecker/payments_methods.yml @@ -11,6 +11,7 @@ when: path: include: - api/payments/methods/** + - api/payments/storage/** - api/proto/** - api/pkg/** ignore_message: '[rebuild]' diff --git a/.woodpecker/payments_orchestrator.yml b/.woodpecker/payments_orchestrator.yml index d78489c8..136b2de4 100644 --- a/.woodpecker/payments_orchestrator.yml +++ b/.woodpecker/payments_orchestrator.yml @@ -11,6 +11,7 @@ when: path: include: - api/payments/orchestrator/** + - api/payments/storage/** - api/proto/** - api/pkg/** ignore_message: '[rebuild]' diff --git a/.woodpecker/payments_quotation.yml b/.woodpecker/payments_quotation.yml index 83710779..3da3cbd0 100644 --- a/.woodpecker/payments_quotation.yml +++ b/.woodpecker/payments_quotation.yml @@ -12,7 +12,6 @@ when: include: - api/payments/quotation/** - api/payments/storage/** - - api/payments/orchestrator/** - api/proto/** - api/pkg/** ignore_message: '[rebuild]'