Added cpl-mail
Some checks failed
Build on push / prepare (push) Failing after 11s

This commit is contained in:
2025-09-15 18:33:06 +02:00
parent 784632a0b4
commit 979dff9a69
39 changed files with 330 additions and 301 deletions

View File

@@ -7,28 +7,5 @@ on:
jobs:
prepare:
uses: ./.gitea/workflows/prepare.yaml
with:
working_directory: src/cpl_core
secrets: inherit
core:
needs: prepare
uses: ./.gitea/workflows/package.yaml
with:
working_directory: src/cpl_core
secrets: inherit
query:
needs: prepare
uses: ./.gitea/workflows/package.yaml
with:
working_directory: src/cpl_query
secrets: inherit
translation:
needs: prepare
uses: ./.gitea/workflows/package.yaml
with:
working_directory: src/cpl_translation
uses: ./.gitea/workflows/projects.yaml
secrets: inherit