From 3bdcecfee39dde1edf0e109c1417e91f3a824aeb Mon Sep 17 00:00:00 2001 From: edraft Date: Mon, 15 Sep 2025 18:36:12 +0200 Subject: [PATCH] Added cpl-mail --- .gitea/workflows/build-dev.yaml | 4 ++++ .gitea/workflows/build.yaml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.gitea/workflows/build-dev.yaml b/.gitea/workflows/build-dev.yaml index 6021bc5b..93d7b0bb 100644 --- a/.gitea/workflows/build-dev.yaml +++ b/.gitea/workflows/build-dev.yaml @@ -14,24 +14,28 @@ jobs: core: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_core secrets: inherit query: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_query secrets: inherit translation: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_translation secrets: inherit mail: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_mail secrets: inherit \ No newline at end of file diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index ae05fa7a..2ecda3ae 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,24 +12,28 @@ jobs: core: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_core secrets: inherit query: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_query secrets: inherit translation: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_translation secrets: inherit mail: uses: ./.gitea/workflows/package.yaml + needs: [prepare] with: working_directory: src/cpl_mail secrets: inherit \ No newline at end of file