Updated ci
Some checks failed
Build on push / prepare (push) Successful in 13s
Build on push / core (push) Failing after 11s
Build on push / query (push) Failing after 11s

This commit is contained in:
2025-09-15 17:09:10 +02:00
parent 4719c32457
commit 91968391a8
2 changed files with 19 additions and 9 deletions

View File

@@ -15,15 +15,13 @@ jobs:
core:
needs: prepare
uses: ./.gitea/workflows/package.yaml
defaults:
run:
working-directory: src/cpl_core
with:
working_directory: src/cpl_core
secrets: inherit
query:
needs: prepare
uses: ./.gitea/workflows/package.yaml
defaults:
run:
working-directory: src/cpl_query
with:
working_directory: src/cpl_query
secrets: inherit